Clone the project
https://github.com/sharmas07/CodeLab.git cd clientInstall dependencies
npm installStart the server
npm startTo run this project, you will need to add the following environment variables to your server's .env file
MONGODB_URL JWT_SECRET JUDGE_API
cd serverInstall dependencies
npm installStart the server
npm run devClient: ReactJS
Server: NodeJS, ExpressJS
Database: MongoDB


