Getting Started with QUIZ TAKER

This project's purpose is to provide a backend to QuizTaker Frontend online quizzes with an easy. This is the back-end part of quizTaker, to install the front-end Go to: https://github.com/lakshayman/MyQuizTaker

Installing quizTaker on your PC

Steps to install quizTaker front-end:

  1. Create a parent folder called 'QUIZTAKER' in preferred location( If front-end downloaded then select same parent folder ).
  2. Fork the quizTakerBackend from the repository: https://github.com/lakshayman/MyQuizTakerBackend
  3. Copy the HTTPS link of code from the repository.
  4. Open VS Code and open QUIZTAKER folder in VS Code.
  5. Go to View -> Command Palette.
  6. Enter Clone in search and select Git clone option.
  7. Now paste the HTTPS link in the search bar.
  8. After download, Go to Terminal -> New Terminal.
  9. Enter Command "cd quizTakerBackend".
  10. Enter Command "npm install" to install deoendencies.
  11. Wait for task to complete.
  12. Enter Command "npm start" to run the app.
  13. To install front-end, visit the given link: https://github.com/lakshayman/MyQuizTaker#readme

Available Scripts

In the project directory, you can run:

npm install

Installs all the dependencies in the downloaded Quiz Taker folder which are necessary to run the code.

npm start

Runs the app in the development mode.