hnccbits / Tech_Mahotsav_Backend

Home Page:https://tech-mahotsav-backend.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

techmahotsav

Run Locally

Go to the project directory

  cd techmahotsav

Install dependencies

  npm install

Rename .env.example to .env and add these fields

  PORT=
  MONGO_URI=
  JWT_SECRET=

Testing

  npm test

Start the server

  npm run start

On successfull setup-

🚀 Server ready at http://localhost:{PORT}

Environment Variables

To run this project locally, you will need to add the following environment variables to your .env file

JWT_SECRET

MONGO_URI

PORT

Running Tests

To run tests, run the following command

  npm run test

About

https://tech-mahotsav-backend.vercel.app


Languages

Language:JavaScript 99.4%Language:Shell 0.6%