The customized image gallery website is an intuitive platform that allows users to upload and organize images using descriptive labels. Users can easily search for images using keywords and enjoy customizable display options. It is a versatile and secure tool for efficiently creating and managing online image galleries.
This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the given user stories.
To run this project, you will need to add the following environment variables to your .env file on your api folder
DB_USERNAME=test
DB_PASSWORD=test
DB_HOST_URL=test
DATABASE_NAME=test
To streamline the deployment process of this project, I highly recommend utilizing Docker. Once Docker is up and running on your machine, follow these simple steps in the project's root directory:
> docker compose upThis command will initiate the deployment process and ensure smooth execution of the project.
Don't forget to take reference from the .env.example files in the /api and /client directories. Make sure to fill in the respective information in the .env files for both the API and the client. This ensures that the project has the necessary environment variables properly configured for successful deployment.
After the deployment process is complete, you can access the application by navigating to localhost on port 3001 in your web browser.
- Website emilycruz.xyz/
- GitHub @emily883
- Linkedin Emily Cruz Gutiérrez



