Skip to content

VolodymyrVoronov/quiz-creator-back

Repository files navigation

Quiz Creator - Back-End Part.

Tools: NodeJS, Express, Mongoose, Nodemon, Jsonwebtoken, Bcryptjs, Email-validator.

Features:

  • Sign up;
  • Sign in;
  • Save quiz;
  • Delete own quiz;
  • Fetch all quizzes;

To install und run the project:

1. npm install

2. npm start

3. see the .env.example file

(Please check the front-end part: https://github.com/VolodymyrVoronov/quiz-creator-front)

DISCLAIMER: Please note, this project is for demonstration purpose only.