#Quizzy
Simple Quiz App where User can Attend Quiz and Admin can create Quiz.A simple Project...
- Unais [github URL]
- Aswathi [github URL]
- Jaseem [github URL]
- Shahana shani [github URL]
Dino
-
Explaining the working of project PROJECT DEMO
-
Embed video of project demo CLICK HERE TO SEE THE VEDIO PROJECT DEMO PROJECT DEMO
React - 18.2 Node -9+ Mongodb-7 + Express-latest
Welcome to the MERN stack Quizzy project! This project uses MongoDB, Express.js, React.js, and Node.js.
The MERN Stack Quiz App is a web application designed to facilitate interactive quizzes and assessments. Leveraging the power of MongoDB, Express.js, React.js, and Node.js, this app provides a seamless and responsive experience for both quiz creators and participants..
Make sure you have the following installed:
MongoDB: For data storage and retrieval.
Express.js: As the backend web application framework.
React.js: For building the frontend user interface.
Node.js: For server-side JavaScript runtime.
Authentication Libraries: Secure user authentication using industry-standard libraries.
Instructions for running are as follows
Make sure you have the following installed:
- Node.js and npm
- MongoDB
- Navigate to the
server
directory:cd server
Install backend dependencies:
npm install Set up MongoDB:
Install and start MongoDB. Update the MongoDB connection string in server.js. Start the backend server:
npm start
Navigate to the Frontend directory:
- Navigate to the
frontend
directory:cd frontend
Install frontend dependencies: npm install
Start the frontend development server: