Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/durgaprasad-04/quiz-application
Quiz Application built using MERN Stack
https://github.com/durgaprasad-04/quiz-application
express-js html-css javascript mongodb node-js reactjs
Last synced: about 1 month ago
JSON representation
Quiz Application built using MERN Stack
- Host: GitHub
- URL: https://github.com/durgaprasad-04/quiz-application
- Owner: durgaprasad-04
- Created: 2024-08-08T16:16:13.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T16:47:15.000Z (3 months ago)
- Last Synced: 2024-10-10T06:43:06.010Z (about 1 month ago)
- Topics: express-js, html-css, javascript, mongodb, node-js, reactjs
- Language: JavaScript
- Homepage:
- Size: 59.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quiz-Application
MERN Stack Complete Quiz Application
In this project, I have used MongoDB, React, Express.js and Node.js for building a quiz application.
I have created a different folder for both the frontend (client) and the backend(server).To run the project give cd PROJECT MERN.
cd quiz_app
cd client
npm run start
It will run the frontend .cd quiz_app
cd server
npm run start
create the .env file and add port=5000 and ATLAS_URI="yours mongodb url"
It will run on the server port and connect to the mongodb.