Create a To-Do API. The To-Do API allowing todo item: Create, Update, Delete with authorization(first login),
Read and get todo csv without authorization
-
install
npm i
-
Run
npm start
-
port
8080
-
run dockerfile
docker-compose up
docker-compose port
8080
- test
npm run test
- Server-Side Framework: Node/Express
- Testing framework: Mocha/Chai
- databse: mongodb, mongoose