A basic implementation of tasks to add and move tasks between users at the same postion where you are going to move that.
yarn install
1. create database in your mongodb server as todolist
2. create a users collection
3. import database.json in your users collection
4. set URI of your mongo database in .env file
5. import insomnia.json to your Insomnia project to see apis call
yarn dev
yarn install
yarn start
MIT