Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marc-antoinea/click2evaluate_server
Server part of "Click2Evaluate Project
https://github.com/marc-antoinea/click2evaluate_server
Last synced: 16 days ago
JSON representation
Server part of "Click2Evaluate Project
- Host: GitHub
- URL: https://github.com/marc-antoinea/click2evaluate_server
- Owner: Marc-AntoineA
- Created: 2017-12-29T22:25:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-03T13:00:35.000Z (almost 7 years ago)
- Last Synced: 2024-11-11T17:45:14.602Z (3 months ago)
- Language: HTML
- Size: 2.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Click2Evaluate_server
Server part of "Click2Evaluate Project
# Click2Evaluate (or Éval'Ponts ?)
TDLOG (Techniques de Développement Logiciel) project at École des Ponts ParisTech by four students :
* Hervé Andrès
* Marc-Antoine Augé
* Bastien Dechamps
* Michaël Karpe## Objective
Make an application to evaluate courses in École des Ponts ParisTech in order to get more answers to improve courses.## Production
An application with Ionic3 available on Android, on iOS and on computer for the frontend part
and a REST API in Django for the backend part.A complete documentation of our code is available with the code for the backend part.
## Application
To test the application without backend, change the variable 'noServer' in /src/providers/api.ts.Some famous former students of the school are available to test the app, no password needed:
* [email protected]
* [email protected]
* [email protected]
* [email protected]The repo is available here: https://github.com/HerrVey/Click2Evaluate
## Backend
The backend is made with Django and has two parts:
*A REST API in order to synchronize the data with the app
*A control panel in order to simplify the management of a survey campaignThe repo is available here: https://github.com/Marc-AntoineA/Click2Evaluate_server