Skip to content
Snippets Groups Projects
VOGT VICTOR's avatar
VOGT VICTOR authored
 comments + clean non used code

See merge request !16
983ddcab

Student Part - ERP 2021

Baptiste CERDAN, Victor VOGT, Thomas STEINMETZ, Janos FALKE

REST endpoints

Features the following REST endpoints:

  • /api/signup

  • /api/login

  • /api/pay_adhesion (POST) body : {"student_number" : 12345678}

  • /api/me

  • /api/me/update

  • /api/etudiants (GET)

Development

  • Run docker-compose up --build, server will run at http://localhost:8005 and MongoDB http://localhost:27017