mobileappdevhm / team2

A Flutter app providing international students with a timetable and the opportunity to sign up to courses.
https://mobileappdevhm.github.io/team2/
9 stars 5 forks source link

Server with REST API with web management interface #87

Closed bennyboer closed 6 years ago

bennyboer commented 6 years ago

We need a server with rest API and database so that we can access all resources: Courses, Favorites, etc.

Additionally we need a web interface to manage courses, etc and the selection result.

bennyboer commented 6 years ago

API:

See the data providers in the app.

bennyboer commented 6 years ago

Quick update: Server and web interface has been set up at: https://github.com/mobileappdevhm/cie-server-team-2

Currently only a simple user management

bennyboer commented 6 years ago

Update: Management interfaces added for Locations, Courses, Departments, Lecturers and Users. Also public REST API is available (See source code in the controllers: https://github.com/mobileappdevhm/cie-server-team-2)

bennyboer commented 6 years ago

The main functionality is done, new feature requests and server progress is tracked in the servers repository: https://github.com/mobileappdevhm/cie-server-team-2