Simple Flask-based RESTful API with Docker support, featuring basic routes for testing and learning.
149
Flask_API_Project ā This is a simple RESTful API server built using Flask, designed to demonstrate a basic setup for creating and running API services inside a Docker container. This project includes multiple routes for testing and learning API development.
git clone https://github.com/YanaDevOps/Flask_API_Project.git
cd Flask_API_Project
docker build -t flask_api_project:1.0.0 .
docker run -d -p 8080:5000 --name flask_api_project flask_api_project:1.0.0
Open your browser and go to:
http://localhost:8080
Flask_API_Project/
āāā Dockerfile
āāā app.py
āāā requirements.txt
āāā README.md
Name: Yana Lysenko
GitHub: YanaDevOpsā
Content type
Image
Digest
sha256:e7daea92aā¦
Size
50 MB
Last updated
almost 2 years ago
docker pull yanixdo/flask_api_project