Skip to content

Latest commit

 

History

History
69 lines (41 loc) · 925 Bytes

File metadata and controls

69 lines (41 loc) · 925 Bytes

image

image

image

Run Locally

Clone the project

  https://github.com/sharmas07/CodeLab.git

client

  cd client

Install dependencies

  npm install

Start the server

  npm start

Environment Variables

To run this project, you will need to add the following environment variables to your server's .env file

MONGODB_URL JWT_SECRET JUDGE_API

server

  cd server

Install dependencies

  npm install

Start the server

  npm run dev

Tech Stack

Client: ReactJS

Server: NodeJS, ExpressJS

Database: MongoDB