Skip to content

Unfinished and unmaintained HTTP service to receive and log RSVPs

Notifications You must be signed in to change notification settings

hackforprivacy/rsvp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSVP

Provide one endpoint /rsvp which receives JSON and writes to /database.

Development

Install:

  • JDK
  • Leiningen

Run tests:

lein midje or lein midje :autotest

Run web server:

lein run

Deployment

Build uberjar to deploy:

lein uberjar

Run uberjar:

java -jar target/rsvp-0.1.0-SNAPSHOT-standalone.jar

About

Unfinished and unmaintained HTTP service to receive and log RSVPs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published