Skip to content

andre996/quizWebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiz Web App

Web app to generate quizzes, take them, calculate grade per student and per class.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • mongoDB
  • npm/yarn
  • code editor
  • postman

Installing

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
}

Built With

  • [ReactJS]
  • [NodeJs]
  • [Mongoose]

Authors

  • Gonzalez Sean - Initial work - saga
  • Prieto Daniel - Initial work - samudex
  • Rodriguez Andres - Initial work - andre996

About

begin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages