Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 816 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 816 Bytes

eks-cicd-dr_peccy-app

Peccy service app server.

CLI Commands

# Install packages
$ pip3 install -r requirements.txt

# Local run
$ python3 run.py

# Unit test
$ python3 -m unittest

Main Packages

  • API Framework : FastAPI
  • Web Server : Uvicorn
  • ORM : SQLAlchemy
  • DB : MySQL
  • Log :loguru

Reference