A very simple tool for making and hosting podcasts
- provides a web application which generates/hosts the RSS feeds to clients.
- allows an authenticated user to upload new mp3 files to be placed into the feed.
- Start the application:
lein run
- Go to localhost:3000
- Start a new REPL:
lein repl
- Start your service in dev-mode:
(def dev-serv (run-dev))
- Connect your editor to the running REPL session. Re-evaluated code will be seen immediately in the service.