Skip to content

2019-2020-ps6/2019-2020-ps6-rendu-okgoogle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2019-2020-ps6-rendu-okgoogle - Polyquiz

Handicap traité : la perte de mémoire

Description

Projet de création d'une plateforme permettant la création de quiz personnalisable afin de traiter au mieux l'handicap d'alzheimer, il est accessible aux personnes agées présentant des troubles de la mémoire.

Plan

Installation

Note, for those using linux, you can find instruction to install NodeJS here (install the latest LTS Version 12.14.1). NodeJS Installer

  • Fork this repository

Click on the fork button on the page of the repository on github to create your own copy of the repository.

  • Clone your repository, your fork
git clone https://github.com/YOUR_USERNAME/starter-quiz.git
  • Install angular/cli
npm install -g @angular/cli

Dependencies

Open the directory "frontend" and follow the instructions below, Once you have finished, do the same process with the "backend"

Open command prompt inside the repository ( frontend or backend) and run:

npm install

If you have an error saying that npm is not a known command, it means that NodeJS is not installed, you have to repeat the process of installation for npm.

Run the app

npm start

Then navigate to http://localhost:4200/ to see the application. The app will automatically reload if you change any of the source files.

You can also use the command ng serve to start the app and also ng serve --open to open directly the app in the browser.

Team