This the backend project for my todo mobile application. Which can be found here. This project uses Express.js and MongoDB.
Run yarn install
to get all dependencies.
Run npm run server
to start the server.
Server will start on http://localhost:4000