Its a simple task manager using React, Expeess and Mongo
It contains two parts
- Frontend
- Backend for json response form frontend
- if you do not have Docker install download docker from https://www.docker.com/
- cd to /backend
- run > docker-compose up -d
which will install mogodb and node container to prode api data need for front
- cd to /frontend
- npm start which will start at port :3000
- run > docker-compose down