Introducing IEEE MUJ's annual Cryptic Hunt
- A sample
.env
file by name of.sampleenv
is saved into the base folder
npm run dev
local testing url: http://localhost:3000
- Database: MongoDb
- Template Engine: Pug
- create a new user
- open mongodb client and manually change role to admin
- go to /newQuestion and start adding question
Sample values for locally testing the database
- MONGO_SRV: Link to mongodb server
- JWT_SECRET: Json web token secret
- COOKIE_EXPIRE: Expiry time for cookies
- JWT_EXPIRE: Expiry time for JWT token