Skip to content

ieeemuj/BRE5CHED

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website for BRE4CHED

Introducing IEEE MUJ's annual Cryptic Hunt

Setup instructions

  • A sample .env file by name of .sampleenv is saved into the base folder

Running server

npm run dev

local testing url: http://localhost:3000

Technical specifications

  • Database: MongoDb
  • Template Engine: Pug

Adding new questions

  • create a new user
  • open mongodb client and manually change role to admin
  • go to /newQuestion and start adding question

.env parameters required

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

About

IEEE SB MUJ's Annual Online Cryptic Hunt.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.2%
  • Pug 36.6%
  • SCSS 6.2%