The User Microservice is a Python-based service designed to manage user data, providing functionalities such as creating, retrieving, updating, and deleting user information.
- User Management: Perform CRUD operations on user data.
- RESTful API: Interact with the service via HTTP requests.
- OpenAPI Specification: API documentation available in
openapi.yaml.
- Python: Ensure Python is installed on your system.
- Dependencies: Listed in
requirements.txt.
-
Clone the Repository:
git clone https://github.com/VeggieDogs/user_microservice.git cd user_microservice -
Install Dependencies:
pip install -r requirements.txt
-
Start the Service:
./start_service.sh