cs-510-explorations-car-dependence / cs-510-explorations-car-dependence.github.io

MIT License
0 stars 0 forks source link

Create a simple Flask webserver #15

Closed jake-bickle closed 3 years ago

jake-bickle commented 3 years ago

Might have to use Google Cloud Credits for this one.

Acceptance criteria

rattboi commented 3 years ago

I'm not sure this is quite the architecture I was expecting. I believe we'll want to host and serve the frontend from github pages (as it is), and have a backend service that the frontend can reach out to for various tasks, and to hide sensitive data from the frontend, like the API keys.

rattboi commented 3 years ago

I just created the backend repo and put some automation in place to automatically deploy to Heroku, as it was easier than setting up the same in GCP.

rattboi commented 3 years ago

you can see the results here

I'm gonna say this is done. We can re-open if anyone disagrees.