- Project done using ReactJS with Redux
- Used mongoose as database
- Implement a todo list where you can add a task, delete it or mark it as done
- Tested with jest
- Run
npm install
in both folders, frontend and backend - Duplicate .env.example, without the .example, and fill the .env with your string connection to the database
- Start the app running
npm start
in both folders frontend and backend