- Clone down the repo
- Run
npm install
- Create a .env file in the root folder and populate it with the following key/values:
PORT=3000
DATABASE_URL="mongodb+srv://v52team20:**[PASSWORD]**@cluster0.en5nt.mongodb.net/**[DATABASE_NAME]**?&retryWrites=true&w=majority&appName=Cluster0"
For the password and database name, refer to the Discord chat or message me
- Run
npx prisma generate
- Run
npm run dev
Visit http://localhost:3000/api/v1 for the list of available API endpoints