Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.