/Crypto_Goose_APIs

Backend structure for the Crypto-goose.com webservice, includes API with swagger, databases, models and schemas.

Primary LanguagePython

Simple FastApiApp

to run a project:

  1. install python 3.7+
  2. pip install poetry - python package manager
  3. poetry install
  4. poetry shell
  5. uvicorn main:app --reload to start a server