Skip to content

mohamedhamednour/crud-flask-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Docker Project

This project demonstrates how to set up a simple Flask application using Docker and Docker Compose. The application serves a JSON response containing user data.

Project Structure

  • data.py: The main Flask application file.
  • Dockerfile: Docker configuration file to create a Docker image.
  • requirements.txt: File specifying the Python dependencies for the project.
  • docker-compose.yml: Docker Compose file to set up the development environment.

Prerequisites

  • Docker installed on your machine.
  • Docker Compose installed on your machine.

Setup and Running the Application

Step 1: Clone the Repository

git clone <repository-url>
cd <repository-directory>

About

crud-flask-docker-compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published