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

https://github.com/shadowjonathan/sample_python_api

A simple, statically typed modern Python API.
https://github.com/shadowjonathan/sample_python_api

Last synced: 5 months ago
JSON representation

A simple, statically typed modern Python API.

Awesome Lists containing this project

README

          

# Sample: Python API
This repository is built to serve as a sample to how you can build a modern Python API with minimal code.

## How to run:
1. Download World_X DB
2. Set environment variables for DB Connection
3. Run `pip3 install -r requirements.txt`
4. Run `python3 application.py`

## Credits
- Orator ORM for database management: https://orator-orm.com
- Connexion for OpenAPI: https://github.com/zalando/connexion
- MySQL for World_X DB: https://dev.mysql.com/doc/index-other.html