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.
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
Start the development server on http://localhost:3000
yarn dev
Build the application for production:
yarn build
Locally preview production build:
yarn preview