Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lexhouk/goit-pyweb-hw-13-task-1

Модуль 13. Розширені теми Backend-розробки
https://github.com/lexhouk/goit-pyweb-hw-13-task-1

cloudinary cors cors-enabled cors-middleware docker-compose environment-variables fastapi-mail fastapi-middleware fastapi-security goit goit-pyweb-hw-13 limiter reset-password security send-email studying verify-email

Last synced: 6 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Contacts API

## Deployment

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

```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.