REST server that feeds the mobile-ui
Find a file
2017-11-11 20:13:23 -06:00
scripts support ordering and filtering from request body 2017-11-05 13:35:30 -06:00
src/aretherecookies updates to categories handling 2017-11-11 20:13:23 -06:00
test/aretherecookies support ordering and filtering from request body 2017-11-05 13:35:30 -06:00
.gitignore move db config out of code 2017-10-29 11:46:36 -05:00
Procfile move app config to separate module with main 2017-10-30 20:34:16 -05:00
project.clj support ordering and filtering from request body 2017-11-05 13:35:30 -06:00
README.md update curl command in README 2017-11-05 16:34:26 -06:00
sample-post.json updates to categories handling 2017-11-11 20:13:23 -06:00

aretherecookies

the server that knows where the cookies are

Prerequisites

You will need Leiningen 2.0.0 or above installed.

Running

To start a web server for the application, run:

lein ring server-headless

To test a request/response, run:

curl --data @sample-post.json --header "Content-Type: application/json" http://localhost:3000/fooditems