Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 602 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 602 Bytes

task-manager-api

Task manager api using node.js, express.js and MongoDB.

Task manager api with 14 endpoints.

Base API URL.

You can easily test api with Insomnia.

All you have to do is import this file to insomnia.

If you want to host your own api or use code locally don't forget to set dev.env file.

NPM run script is: npm run dev

NPM test script is: npm test