Skip to content

2019-2020-ps6/2019-2020-ps6-rendu-team_js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PolyQuiz

PS6 project

Our group - team.js

FISE group

Test our project

You can test our product without installing it on: http://polyquiz.me/

Requirements

node.js
Google chrome (recommended) / Firefox 

How to install

Instructions

Open command prompt in the directory "front-end" and follow the procedure below. When it's over, start again in the repertory "back-end"

  • Then, install dependencies (need an internet connection) by running:
npm install
  • Install angular/cli using:
npm install -g @angular/cli

Launch the server:

  • Front-end & Back-end
npm run start

For developers ONLY, you can debug the program using:

  • Front end
npm run start
  • Back end
npm run dev

You can now access the server on http://localhost:4200/.

Useful links

Documentation Angular:

Polytech_logo