Skip to content

Paras248/quizzie-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CodeClause-quiz-web

  • This is a site on which you can create quiz and share the id with anyone so that they can attempt that quiz

  • Installation guide given below.

  • first check whether node and npm exists using this command node -v and npm -v if not then install node and install npm using command npm i npm -g.

  • Install mongodb if not installed and run mongodb if required.

  • For backend:

    1. Then go inside backend folder using cmd/terminal then use command npm i to install required packages.

    2. Then create a .env file inside backend folder.

    3. Then create these variables inside the file

    • PORT=4000
    • DB_URL=mongodb://localhost:27017/quizDb
    • JWT_SECRET=anystring
    1. Then run npm start inside api directory in cmd/terminal.
  • For frontend:

    1. Direct inside frontend folder in cmd/terminal then run npm i.

    2. Then run npm start

    3. After compilation output looks like this

    screen56

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published