This is nothing more than a basic full-stack application to play around with nestjs, graphql, and the OpenBreweryDB Api.
Run an npm install
in the root, backend, and frontend folders.
In the backend folder run npm run start
. (note: you may have to run an npm run build first
)
In the frontend folder run npm run start