Skip to content

Wardieo/Flask-Microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐱‍🏍✨Flask Python Microservices✨🐱‍🏍

🐍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.

HOW TO USE

🛠️ Setup & Installation

  1. Clone the Repository git clone <url>
  2. cd to Microservices cd <Folder>
  3. 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:

  1. cd User_Service
  2. pytest test_user.py

For Order:

  1. cd Order_Service
  2. pytest test_order.py

2060e9e (Added a CI/CD pipeline)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors