Skip to content

ElMarchk0/beerApiV2

Repository files navigation

The Great Victoria Craft Beer API V2

The Great Victoria Craft Beer API was origionally built in 2020 and was revised in 2023. It's a simple webapp that allows the user to search for and review beer that has been brewed in Victoria, Canada, by name, brewery or or type of beer. If you are affiliated with any breweries featured or wish to contribute to the project itself don't be afraid to reach out.

Setup

If you wish to to have the list of beer availible locally you need to install json-server:

npm install -g json-server

Run json-server on port 3001:

yarn serve

Make sure to install the dependencies:

yarn

Development Server

Start the development server on http://localhost:3000

yarn dev

Production

Build the application for production:

yarn build

Locally preview production build:

yarn preview