This repository is following the below tutorial to develop a MERN application and it can be find here
If your following the tutorial above it will walk you through creating a simple MERN movie application. As a part of my learning journey I have found its alway better to follow tutorials while doing and making changes. In my case i creating a Quiz-Builder App that allows the users to build short quiz about random things.
I plan on adding the following features to contiune the learning:
- Base Functional:
- Add Quizzies
- Add Questions for the Quiz's
- Add Scoring requirements for the Quizzies
- Preview Quize
- Export Quiz's as Mark (html, export, etc.)
For this project, I decided to use the MERN (MongoDB, Express.js, React.js, and Node.js) technology.
Firstly, you should install
You can download the folder on my GitHub or you can do this directly on this link.
If you have git installed on your PC, you just need do as follow:
$ git clone https://github.com/estand25/quiz-builder.git
If you have all the prerequisites installed you should verify if your MongoDB is up.
$ cd note-app
$ cd server
$ npm run server
$ cd note-app
$ cd client
$ npm start