Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.51 KB

File metadata and controls

50 lines (29 loc) · 1.51 KB

Git Brew'd

What is it?

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.

Status

Git Brew'd 1.0

Screenshots

Why

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.

Who are we?

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.

Setup

Dependencies

  • axios run command $ yarn add axios
  • express run command yarn add express --save
  • react-mapbox-gl run command yarn add react-mapbox-gl mapbox-gl --save
  • MUST GET a mapbox token in order to function

Available build commands

  • 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 from create-react-app will be prefaced with [1].
  • yarn server: Runs JUST your Express.JS server.
  • yarn client: Runs JUST your front-end React app.

Runs on Herkoku

https://gitbrewd.herokuapp.com/

Testing

  • Not testing required.