Built for TUM Advanced Software Engineering course 22/23.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to interact with the backend on a live system.
Backend is up and running on: https://ase-backend-ti4g3idaca-uc.a.run.app
Any changes in main branch will result in building, pushing, and deploying docker image on Google Cloud.
Google Cloud Run deployment has all the required configurations by default.
You have Docker installed in your machine. You cloned this repository to your local environment.
A step by step series of examples that tell you how to get a development env running
Change directory
cd ase23
Build Docker image
docker build . -t ase23-backend
Run Docker image
docker run -t ase23-backend