ags2121 / public-radio-services

Backend for public radio website (currently offline)

Home Page:https://www.publicradio.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

public-radio-services

Services for publicradio.info

To Run Locally:

  1. Make sure postgres is installed.
  2. Launch postgres by executing these commands:
    • initdb pg
    • postgres -D pg &
    • createdb public_radio_services
  3. Add jdbc:postgresql://localhost/public_radio_services as the environment variable for DATABASE_URL.
  4. Make sure leiningen is installed.
  5. Run lein with-profile dev ring server-headless.
  6. Endpoints should be live at localhost:3000.

About

Backend for public radio website (currently offline)

https://www.publicradio.info


Languages

Language:Clojure 100.0%