This project provides the backend structure and model for the Distribution of 3D Printings project. The project was created during the non-profit hackathon #CodeVsCovid19 created by HackZurich.
We try to match the 3d printers producing masks and other useful articles to the correct places. The hardest part is matching the distributors (e.g. firemen) to pick up the goods at the right place and where to bring them.
This application is setup with Spring Boot. Check this site if you need help getting started.
- Check out the project
- Run
docker-compose up
- Backend and Database are started automatically
REST documentation is provided using Swagger. To access the documentation of a running backend instance, go to
<backend-url>/swagger-ui.html