Simple To-Do App built for crave interview
-
Install MongoDB : https://docs.mongodb.com/manual/installation/
-
Start backend server
cd server
npm install
npm start
- Start react app
cd client
npm install
npm start
Things TODO
** Forgot password
** Login from facebook or google
** Email verification
** UI of Dashboard
**Update and publish code in heroku
Dependencies used this proect are
"passport": "0.4.0",
"passport-jwt": "4.0.0",
"serve-favicon": "2.5.0"
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"react-router-dom": "5.1.2",
"axios": "0.19.0",
"mongoose": "^5.7.4",
"morgan": "~1.9.1"
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-scripts": "3.2.0"