/pɔʊlzɒn/
Simple, interactive, fast polls management.
This repo contains the front-end web site for the pollson project.
You can find the online version here: http://pollson.herokuapp.com/ (or https://chlablak.github.io/pollson/)
The repo for the back-end can be found at https://github.com/chlablak/pollson-server.
Here you can see the Angular2 components for manipuling questions:
The sources scaffolding was done using the CLI tool for Angular2: https://github.com/angular/angular-cli
Follow theses steps (testing):
- install the CLI tool for Angular2, latest version (see the link above)
- (fork and) clone this repo on your computer (or download it)
- move to the project root directory, and run
npm install - run
npm startand go at http://localhost:4200/
For others kind of building (production, githug-pages deployment, ...), take a look at the CLI's documentation (follow the link above).
For a fully functional local front-end, you have to run the back-end first.
To keep this README small, the documentation was moved in the docs/ folder.
Here some quick links:
The project was done in the context of the TWEB course at HEIG-VD.
Thanks for reading,
