Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 554 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 554 Bytes

node-express-mongoose-example Build Status

Simple project to explore building a fully testable Node application.

Demo endpoints

List the available routes:

curl http://localhost:9650/

Create a user:

curl -X POST http://localhost:9650/users -H "Content-Type: application/json" -d '{ "name": "my user" }'

Find a user:

curl http://localhost:9650/users/522e6095ae775c30b6000002