Services for publicradio.info
To Run Locally:
- Make sure postgres is installed.
- Launch postgres by executing these commands:
initdb pg
postgres -D pg &
createdb public_radio_services
- Add
jdbc:postgresql://localhost/public_radio_services
as the environment variable for DATABASE_URL. - Make sure leiningen is installed.
- Run
lein with-profile dev ring server-headless
. - Endpoints should be live at localhost:3000.