Skip to content

shuttleql/announcement-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Announcement Service

Install sbt

brew install sbt

Build & Run

$ sbt
> jetty:start
> browse

If browse doesn't launch your browser, manually open http://localhost:8083/ in your browser.

Other

Set the appropriate environment variables

$ export DB_PG_URL="jdbc:postgresql://localhost:5432"
$ export DB_PG_USER=<username>
$ export DB_PG_PWD=<password>
$ export HMAC_SECRET=<secret>

Set up initial db

GET /setup

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published