This projects contains the source code for the gateway microservice which is responsible for collecting and filtering information requested by the frontend using GraphQL.
Run:
sudo docker build --tag eedu/gateway:latest .
Run:
sudo docker-compose up
or in detached mode:
sudo docker-compose up -d
You want to contribute to this project? Great!
Drafts & Documentation
Git Workflow (German)
Code Style (German)
This project is licensed under the GNU General Public License v3.0
See LICENSE
for more information