An open API service indexing awesome lists of open source software.

https://github.com/lexhouk/goit-pyweb-hw-12

Модуль 12. Авторизація та Аутентифікація
https://github.com/lexhouk/goit-pyweb-hw-12

auth authorization fastapi-auth fastapi-users goit goit-pyweb-hw-12 studying

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# Contacts API

## Deployment

```bash
$ 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

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

All available endoints can be viewed in [Swagger UI](http://localhost:8000/docs)
or [ReDoc](http://localhost:8000/redoc), and can only be tested in the former.