This is a ToDo list prorgam. At the beginning, I tried to follow this video on youtube Building a Todo List App with MERN Stack | Todo Application using MongoDB + Express + React + Node Then this will be developed to have additional features.
- Mongo
- Express
- React
- Node js
To run the program the following instructions are required:
- Client side (1st terminal)
cd todolist
npm install
npm run dev
- Server side (2nd terminal)
cd Server
npm install
npm start