Is the the most reliable place to search for local Breweries by city name wherever you are in United States. It's the best place to find your next Brewery visit.
Git Brew'd 1.0
We decided that even web developers need a place to look for breweries. And also is a great way to support local Breweries during COVID times.
We are a group of people who love working on web dev projects but also love to find the right place to drink a nice cold beer. For the common developer by the common developer.
git clone
this repo https://github.com/wyncode/ c39_midterm_jp_traci_jose_ulisescd
into it.yarn install
cd client && yarn install
axios
run command$ yarn add axios
express
run commandyarn add express --save
react-mapbox-gl
run commandyarn add react-mapbox-gl mapbox-gl --save
MUST GET a mapbox token in order to function
yarn dev
: Runs BOTH your Express.JS and React developer environment locally at the same time. Any logs coming from Express will be prefaced with[0]
, any logs fromcreate-react-app
will be prefaced with[1]
.yarn server
: Runs JUST your Express.JS server.yarn client
: Runs JUST your front-end React app.
https://gitbrewd.herokuapp.com/
- Not testing required.