-
This is a site on which you can create quiz and share the id with anyone so that they can attempt that quiz
-
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.
-
-
Then go inside backend folder using cmd/terminal then use command npm i to install required packages.
-
Then create a .env file inside backend folder.
-
Then create these variables inside the file
- PORT=4000
- DB_URL=mongodb://localhost:27017/quizDb
- JWT_SECRET=anystring
- Then run npm start inside api directory in cmd/terminal.
-
-
-
Direct inside frontend folder in cmd/terminal then run npm i.
-
Then run npm start
-
After compilation output looks like this
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Paras248/quizzie-web
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
