npm install
npm start
cd frontend
npm install --legacy-peer-deps
npm start or npm run start
Create a .env file in the root folder and add the following variables:
PORT = your_server_port
MONGO_URI = your_mongodb_connection_string
JWT_SECRET = your_jwt_secret
Replace "your_server_port," "your_mongodb_connection_string," and "your_jwt_secret" with the appropriate values.
- Frontend Framework - React.js
- UI Design - ChakraUI
- Server - Node.js
- Backend Framework - Express.js
- DataBase - MongoDB
- WebSocket - library - Socket.io