siddeffect / quiz-portal

Quiz Portal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quiz Portal

Build on nodejs uses PostgreSQL database.

NodeJS is awesome!!

How do I get set up?

  • Setup NodeJS
  • Setup PostgresSQL
  • Clone the repo
  • run $ npm install
  • run $ cp .env.sample .env
  • Make necessary necessary to .env file
  • fire up the node server $ npm start
  • to stop node server at any time $ npm stop

and up you go on 3000!!

  • the current directory structure follows core MVC framework (good for practice 😄)

For Dev

  • run $ npm run watch to watch for file changes (reduces pain of restarting server)

For Security vulnerabilities

For best performance

About

Quiz Portal


Languages

Language:JavaScript 60.3%Language:HTML 20.8%Language:CSS 18.9%