lexhouk / goit-pyweb-hw-13-task-1

Модуль 13. Розширені теми Backend-розробки

Home Page:https://www.edu.goit.global/uk/learn/21196455/24556365/24556683/homework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contacts API

Deployment

$ git clone https://github.com/lexhouk/goit-pyweb-hw-13-task-1.git
$ cd goit-pyweb-hw-13-task-1
$ poetry install
$ docker compose up -d
$ alembic upgrade head

Usage

$ docker compose up -d
$ poetry shell
$ python main.py

All available endoints can be viewed in Swagger UI or ReDoc, and can only be tested in the former.