A full Rest-API for JSON response included Docker Contains
Pexon-Rest-API
A full Rest-API for request & response a JSON file included Docker Contains.
- Using FastAPI framework, high performance, fast to code, ready for production.
- Build a response & a request JSON file for handling the backend Side also with a container side for Docker.
- Fast respond and unit test for the
main.py
How to use :
1- To Use Pexon you need to check all requirements :
pip install -r requirements.txt
2- to interact with live debug : you can use uvicorn
:
uvicorn main:app --host 0.0.0.0 --port 80
GitHub