🐍Python Project🐍
Features
💼 User Management - Users can be created, read, updated, and deleted (CRUD operations).
🛍️ Order Management - Orders can be created, read, updated, and deleted (CRUD operations).
⚙️ Automated Testing - Includes test cases for both User and Order services.
OVERVIEW
This Docker image packages a Flask microservice-based application. The lightweight python:3.9 base image ensures efficient and quick deployment.
🛠️ Setup & Installation
- Clone the Repository
git clone <url> - cd to Microservices
cd <Folder> - To install the required dependencies and run the project just type
docker-compose up --build
<<<<<<< HEAD 📝Running Tests To ensure that both the User and Order services work correctly, run the test suite: For User:
cd User_Servicepytest test_user.py
For Order:
cd Order_Servicepytest test_order.py
2060e9e (Added a CI/CD pipeline)