/Brewopoly

A React app to display a list of breweries in Austin in a fun way

Primary LanguageJavaScriptMIT LicenseMIT

Brewopoly

This is a full stack application that uses OpenBrewery API to display a list of breweries in Austin, TX. The purpose of this app is to demonstrate a small application with scalability and performance in mind. Screen Shot 2022-08-04 at 9 56 42 AM

LightHouse Performance on AWS

Desktop performance

Run the application

cd into client folder cd client

add google maps keys vim .env......

create static files npm run build

move up one folder cd ..

navigate to server folder cd server

install dependencies npm i

load data into database npm run db-loader

start server npm run start-prod