Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 329 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 329 Bytes

Backend server for Mobile challenge

Run

npm install
npm start

or

docker build -t screeb/challenge .
docker run --rm -it -p 3000:3000 screeb/challenge

Debug

curl 'http://localhost:3000/foo?bar=42' \
    -X POST \
    -H 'content-type: application/json' \
    -d '{"hello": "world"}'