Web application that takes your photos, allows for the creation of custom user tags. The administrator can then provide access to family members (users) to auto generate a digital photo album and a slide show of the best pictures based on the tags.
- Clone the Main branch of this repository.
- Next, install Docker on your local machine from here ==> Docker
- Make sure the Docker Application is open on your computer.
- Open the cloned project onto your preferred choice of IDE (VS Code is recommended).
- Now that your IDE contains the project, navigate to the IDE terminal and build the docker using the commands below.
docker compose up -d --scale backend=3
In the browser visit http://localhost:4200
docker compose down
docker compose down -v
docker compose down -v --rmi all