Xavek / quiz-server

Backend code of IQ Quiz App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backend Code of IQ Quiz App.

This is the Backend part Of IQ Quiz Game Web App. User can see Real Time Leaderboard with coressponding Scores.

Packages Used

  • Helmet : For WEB security Recommended NodeJs Security Pracices

  • Mongoose: MongoDB driver and document Mapping tool

  • Jsonwebtoken: Tokens used for User Authentication, refresh tokens, acess tokens and silent refresh of tokens is used for security purpose.

  • bcryptjs: Used for generating the hash of user password.

About

Backend code of IQ Quiz App


Languages

Language:JavaScript 100.0%