Skip to content

chinnk/docker-python-react-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published