Web app to generate quizzes, take them, calculate grade per student and per class.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- mongoDB
- npm/yarn
- code editor
- postman
First clone the repository
git clone https://github.com/andre996/quizWebApp.git
Second install back-end dependencies at Application folder
npm install
third install front-end dependencies at tesis-app folder
npm install
then start the back-end
npm start
Open a new terminal and Second at tesis-app folder start the front-end
npm start
at the begin to get login as admin, you must post a user using postman:
endpoint: http://localhost:3000/users
{
"firstName":"Admin",
"lastName": "Admin",
"email": "[email protected]",
"password": "admin",
"admin": true
}
- [ReactJS]
- [NodeJs]
- [Mongoose]