Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 296 Bytes

File metadata and controls

16 lines (11 loc) · 296 Bytes

TraineeSQD API

Usage

To spin up the dev server, make sure to set these env variables or add them to .env file in the root of the project:

MONGO_URL={your_mongo+srv://***_url}
JWT_SECRET={your_long_string_for_signing_jwts}

Then run dev server with:

npm run start:dev