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.
- Host: GitHub
- URL: https://github.com/shadowjonathan/sample_python_api
- Owner: ShadowJonathan
- License: gpl-3.0
- Created: 2019-10-03T18:14:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-03T18:15:37.000Z (over 6 years ago)
- Last Synced: 2025-04-03T00:13:55.246Z (12 months ago)
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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