Download or clone the code.
Run MongoDB on default instance.
Run program by typing npm start
on terminal.
Open up REST simulator ( Postman recommended )
Hit following URL's :
- /GET localhost:3000
- /GET localhost:3000/users
- /POST localhost:3000/users - send data in JSON format ( Visit tutorial to know format )
- /PUT localhost:3000/users/:id
- /DELETE localhost:3000/users/:id