npm installnpm start
cd frontendnpm install --legacy-peer-depsnpm start or npm run start
Create a .env file in the root folder and add the following variables:
PORT = your_server_portMONGO_URI = your_mongodb_connection_stringJWT_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