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
- Host: GitHub
- URL: https://github.com/tanisha03/brew-it
- Owner: tanisha03
- Created: 2022-05-01T10:36:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T18:57:40.000Z (about 3 years ago)
- Last Synced: 2025-02-13T04:31:18.863Z (3 months ago)
- Language: JavaScript
- Homepage: https://brew-it.vercel.app/
- Size: 854 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```