An open API service indexing awesome lists of open source software.

https://github.com/tanisha03/brew-it

Brewery Search App
https://github.com/tanisha03/brew-it

Last synced: about 2 months ago
JSON representation

Brewery Search App

Awesome Lists containing this project

README

        

# Brew it

Brewery search web app using React Js and the Open Brewery api.

https://www.openbrewerydb.org/documentation

## Installation

Use basic [git](https://services.github.com/on-demand/downloads/github-git-cheat-sheet.pdf) commands to install and run Brew-it

```bash
git clone https://github.com/tanisha03/brew-it.git
```
Navigate to the required directory using ```cd```, install node packages, and run the server.
```bash
npm install
npm start
```