https://github.com/jod35/python-microservice-project
A python project demonstrating how to build microservices with Python and Flask
https://github.com/jod35/python-microservice-project
flask flask-api microservice unittesting
Last synced: about 1 year ago
JSON representation
A python project demonstrating how to build microservices with Python and Flask
- Host: GitHub
- URL: https://github.com/jod35/python-microservice-project
- Owner: jod35
- Created: 2021-01-24T19:13:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-24T19:16:54.000Z (about 5 years ago)
- Last Synced: 2025-01-05T16:12:18.376Z (about 1 year ago)
- Topics: flask, flask-api, microservice, unittesting
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Microservices
This projects covers steps to building a microservice application using Python 3 and the Flask Framework.
## Contents
- [Building A simple Flask App](./simple_app/app.py)
- [Blueprints](./simple_app/teams.py)
- [Unit Testing](./simple_app/tests/test_home.py)