Skip to content

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.

License

Notifications You must be signed in to change notification settings

jigneshsatam/Photo-Album-Generator

Repository files navigation

Photo-Album-Generator

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.

Table of Contents

User Installation Guide

User Installation Guide

Developer Installation Guide:

  1. Clone the Main branch of this repository.
  2. Next, install Docker on your local machine from here ==> Docker
  3. Make sure the Docker Application is open on your computer.
  4. Open the cloned project onto your preferred choice of IDE (VS Code is recommended).
  5. Now that your IDE contains the project, navigate to the IDE terminal and build the docker using the commands below.

Run

Build Docker

docker compose up -d --scale backend=3

Verify Build

Hello Page

In the browser visit http://localhost:4200

Terminate Docker

Stop Docker

docker compose down

Stop Docker and Remove Volumes

docker compose down -v

Stop Docker and Remove all the images

docker compose down -v --rmi all

Project Management

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published