- install python 3.7+
- pip install poetry - python package manager
- poetry install
- poetry shell
- uvicorn main:app --reload to start a server
Cosmodude/Crypto_Goose_APIs
Backend structure for the Crypto-goose.com webservice, includes API with swagger, databases, models and schemas.
Python