A todo application written using the MERN stack.
git clone https://github.com/deluxesande/todo-mern.git
cd todo-mern
Get your mongodb connection string and set it in an env variable
cd into frontend folder
cd react-todo
Install frontend requirements
npm install
Run server
npm run dev
cd into backend folder
cd express-todo
Install backend requirements
npm install
Run server
npm run dev