NickPriv / FryRankBackend

A back-end Java application allowing users to create and view reviews for french fries at restaurants
https://fryrank.oxyserver.com
0 stars 0 forks source link

Creating proxy to backend APIs so that Heroku frontend can reach its backend #39

Closed NickPriv closed 7 months ago

NickPriv commented 7 months ago

This is supposed to solve the problem of Heroku not reaching the backend. Currently, it calls an external localhost, which sits on the user's local machine. Instead, this is supposed to reach the backend hosted on Heroku. This requires testing on Heroku to verify.