Note: This repository is now depreciated! Please check out Github organization for our updated repositories.
First run
npm i
Then add the Mongo URI as DATABASE_URL
in .env/secrets.
Set TOKEN_SECRET
to = random letters
Then run
npm run build
Finally, run
npm run start
Note: Make sure to cd into authentication folder
cd authentication