This is the backend repository for the Most Improved Competitive Programmer.
Server: NodeJs, ExpressJS, For Croning Job: node-cron
-
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
.envfile in root directory with the following variables
MONGO_DATABASE_DEV=<your-mongodb-database-uri>- Start the server
npm run start