Skip to content

IITP-X-IITG/Codepeak-backend

Repository files navigation

Starting the server

  • Clone the repository
  • run
    npm install
  • Run the following
    touch .env
  • Open the .env file and enter the MongoDB URL (Soumyajyoti has it)
    URL="mongodb+srv://username:password@mongoatlascluster"
    
  • Run locally
    npm run serve
  • For contribution
    git checkout -b dev
    npm run format
    npm run serve
  • Push the code after contribution
    npm run format
    git add .
    git commit -m "new changes"
    git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published