Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Compose Assignment by Kondratovych Inna

This repository contains the results of my Docker Compose assignment completed on a virtual machine running Ubuntu 22.04.

Part 1: Python Flask API

  • A Flask Product API is configured and running via Docker Compose.
  • The API allows CRUD operations on products.

Part 2: Full Application with React Frontend and Flask Backend

  • The Flask backend is connected to a React frontend.
  • Both services are running via Docker Compose.
  • The frontend displays products and allows CRUD operations.

Files

  • docker-compose.yml: Docker Compose configuration for both services.
  • frontend/: React frontend code.
  • backend/: Flask backend code.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors