http://ec2-52-56-175-106.eu-west-2.compute.amazonaws.com/
https://github.com/samworley/AngularFlickrApp
Angular 5 and Bootstrap 4 docker container, hosted on Amazon EC2.
Photos displayed from public Flickr API, along with title, author, description and tags (if included). Search photo tags using input field - search will trigger on pause of typing.
Docker version 17.06.2-ce and docker-compose version 1.18.0.
- Checkout project on server and navigate to folder
- Run
docker-compose build
- After build completes, run
docker-compose up
- Browse to server IP
- Run
ng serve
for a dev server - the app will automatically reload if you change any of the source files - Navigate to
http://localhost:4200/
(incomplete)