This is a webserver connected to a database inside a docker network that stores cat images. The images are randomly selected from the database and displayed on the webpage. Images can be uploaded to the database through the webpage.
- Clone the repository
- run
docker-compose upin the root directory - Open
localhost:8080in your browser