frontend/teacher-View-erstellen
test: add tests for Redis connection string with defaults and custom port
test: add tests for Redis connection string with defaults and custom port
Implementation of REST API
Until now CRUD is implemented for the following things:
- projects
- users (partially: no deletion, changing)
- login/verification
Creation of Storage Database
Data is automatically persisted inside of the PostgreSQL database. Some endpoint are still missing, and the database ERM is not final yet.
Login Page Implementation
endpoints:
- user verification is done.
- user sessions is done.
- user logout is done.
frontend/implementing-a-store
fix: url in deployment ci