A To do List App with basic CRUD functionality.
Developed with NodeJS and Mongoose
The frontend was build with Create React App and Tailwind CSS framework
You should have NodeJS and Mongo DB Installed Locally
To start db server run the following comand in /bin folder of MongoDB instalation:
mongod.exe
To install required dependencies run the following command in the project directory:
npm install
and to start the server:
npm start
To install required dependencies run the following command in the project directory:
npm install
and to start the server:
npm start
Once you have started MongoDB, NodeJs and React, open http://localhost:3000 to view it in the browser. The page will reload if you make edits.

