Skip to content

ags2121/public-radio-services

Repository files navigation

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published