Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 415 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 415 Bytes

Thread Exchange (Backend)

Environment Variables

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

ACCESS_TOKEN_SECRET=<Some secret key>
DATABASE_URI=<MongoDB connection url>
MODE=development
PORT=<Desired port number>

Run Locally

Install dependencies

  npm install

Start the server

  npm run dev