Youtube video link: Youtube video
PPT link: PPT
"dependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"daisyui": "^1.25.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.0",
"react-toastify": "^8.1.1",
"web-vitals": "^2.1.4"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.17.2",
"mongodb": "^4.3.1",
"mongoose": "^6.2.1"
}
For locally setting this project run these commands
git clone https://github.com/krcpr007/hackNITP_INQUERA.git
cd hackNITP_INQUERA
npm install
cd backend
npm install
nodemon index.js
open new terminal for frontend and run these commands
npm run start
After running this command you can see the backend running on port 5000 and ReactJS on port 300
Fronted and backend running on different port and different terminals