An open API service indexing awesome lists of open source software.

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

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)