Skip to content

Glaxier0/task-manager-api

Repository files navigation

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