AbhishekJadhav2002 / proelevate-backend-assignment

Home Page:https://proelevate-backend-virb.onrender.com/health

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proelevate Backend Assignment

Installation
npm ci

Fill in the environment variables in the .env file, refer to the .env.example file for the required variables.

cp .env.example .env
Usage (in development mode)

After Redis and MongoDB is running for development environment, start the Express Server

npm run dev

Make sure all the ticks are green in the terminal.


Development Guidelines
  • Code Formatting
    • Add files to the staging area
    • Use npm run format to run the eslint and prettier checks on the staged files manually

API Documentation

Run in Postman