Skip to content

BitByte-TPC/micp-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Most improved competitive programmer backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published