Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shiham123/mern-quiz-app-server
This is server side MERN Stack quiz app. Here i write clean code readable code. I am use here node js with mongoose.
https://github.com/shiham123/mern-quiz-app-server
eslintconfig expressjs mongodb-atlas mongoose-js node-js prettier-configs yarn
Last synced: 5 days ago
JSON representation
This is server side MERN Stack quiz app. Here i write clean code readable code. I am use here node js with mongoose.
- Host: GitHub
- URL: https://github.com/shiham123/mern-quiz-app-server
- Owner: Shiham123
- Created: 2024-04-16T03:38:09.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T12:01:51.000Z (6 months ago)
- Last Synced: 2024-05-22T13:27:45.692Z (6 months ago)
- Topics: eslintconfig, expressjs, mongodb-atlas, mongoose-js, node-js, prettier-configs, yarn
- Language: JavaScript
- Homepage:
- Size: 2.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Packages
- [NodeJS](https://nodejs.org/en)
- [ExpressJS](https://expressjs.com/)
- [Mongoose](https://mongoosejs.com/)
- [Eslint](https://eslint.org/)
- [Prettier](https://prettier.io/)
- [Cors](https://www.npmjs.com/package/cors)
- [Dotenv](https://www.npmjs.com/package/dotenv)
- [Nodemon](https://www.npmjs.com/package/nodemon)
- [morgan](https://www.npmjs.com/package/morgan)### Database
- [Mongodb](https://www.mongodb.com/)
## How to install this repository
I am use here
yarn
to run package and install package. So first clone repository and then just typeyarn
. For run this backendyarn dev
it will start the browser#### [Client site github repo link](https://github.com/Shiham123/MERN-Quiz-App-Client)
#### [Server Deploy link](https://mern-quiz-app-server-eta.vercel.app/)