Setup proxy server with Express
The problem:
I am working on a project using BreweryDB. I was trying to load some data from the API, but they don’t support jsonp. There is a CORS issue if I directly fetch data using Angular:
XMLHttpRequest cannot load [https://api.brewerydb.com/v2/...
victorleungtw.hashnode.dev2 min read