Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
/ goit-pyweb-hw-12 Public archive

Модуль 12. Авторизація та Аутентифікація

Notifications You must be signed in to change notification settings

lexhouk/goit-pyweb-hw-12

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contacts API

Deployment

$ git clone https://github.com/lexhouk/goit-pyweb-hw-12.git
$ cd goit-pyweb-hw-12
$ 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.