Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 campaign

The repo is available here: https://github.com/Marc-AntoineA/Click2Evaluate_server