PlantGameGroup / PlantGame

1 stars 1 forks source link

Reading Species from Database #33

Open johanneshoelker opened 7 months ago

johanneshoelker commented 7 months ago

Instead of mocking we want to read the list of species from the http-server out of the postgres database. In the callback of the /parks get method we need to read the content and give it as a response to the request

johanneshoelker commented 7 months ago

https://github.com/PlantGameGroup/PlantGame/blob/13cbf049c9107e0e0c0170033b815f5c3d6202b2/container_http/app.py#L59

The changes have to be implemented exactly in here