An open API service indexing awesome lists of open source software.

https://github.com/krondorl/beer-finder

Beer catalog using the Punk API
https://github.com/krondorl/beer-finder

angular beer punk-api typescript

Last synced: 4 months ago
JSON representation

Beer catalog using the Punk API

Awesome Lists containing this project

README

        

# BeerFinder

You can search and list beers with this app using the Punk API.

## Task

Read [the complete description of the task.](task.md)

## Screenshots

The app looks like these images:

![Login](doc/01-login.png "Login page")

![Listing](doc/02-listing.png "Listing screen")

![Product](doc/03-product.png "Product screen")

## Install and run

Inside the repo folder, execute these:

1. Run `npm install`.
2. Execute `npm start` for a dev server.
3. Navigate to `http://localhost:4200/`.

## Run from Docker

Go to the repo folder and use these commands:

```
docker buildx build -t beer-finder:v01 .
docker run -p 4200:4200 beer-finder:v01
```

Please note: currently, the fetch requests are blocked by CORS when using Docker.

## License

Please read [the license file.](LICENSE)