Node Server API + MongoDB
Download repository ...
Run : npm install
Config Mongodb URL at 'config/db.js'
Run : npm start dev
Open your browser http://localhost:8800
Import postman file 'NodeApi.postman_collection.json' and test it.
use Postman to check api .
- localhost:8800/test
- localhost:8800/notes/all
- localhost:8800/notes/:id
- localhost:8800/notes/:title
......