Newer
Older
# GIF Web App - Flask & PostgreSQL
A simple web application that displays GIFs stored in a PostgreSQL database using Flask. The project is containerized with **Docker Compose** for easy setup.
## Installation & Setup
Follow these steps to download and run the project.
### 2. Run the Project with Docker Compose
```sh
docker-compose up -d --build
```
You should see a GIF gallery displaying images from the database.
### Stopping the Project
To stop the running containers:
### Features
- Flask web server
- PostgreSQL database
- Dark-themed, modern GIF gallery
- Fully containerized with Docker