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
- Host: GitHub
- URL: https://github.com/krondorl/beer-finder
- Owner: krondorl
- License: other
- Created: 2020-06-16T21:03:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-06T16:04:59.000Z (about 1 year ago)
- Last Synced: 2024-04-07T14:45:01.447Z (about 1 year ago)
- Topics: angular, beer, punk-api, typescript
- Language: TypeScript
- Homepage:
- Size: 3.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:



## 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)