Skip to content

varju/typescript-node-mocha-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published