Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 642 Bytes

File metadata and controls

41 lines (26 loc) · 642 Bytes

MICP's Backend

This is the backend repository for the Most Improved Competitive Programmer.

Tech Stack

Server: NodeJs, ExpressJS, For Croning Job: node-cron

How to Contribute

  • Fork the repository

  • Clone the forked repository

  git clone https://github.com/<your-username>/micp-backend
  • Go to the project directory
  cd micp-backend
  • Install dependencies
  npm install
  • Add Environment Variables by creating .env file in root directory with the following variables
MONGO_DATABASE_DEV=<your-mongodb-database-uri>
  • Start the server
  npm run start