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. Авторизація та Аутентифікація
- Host: GitHub
- URL: https://github.com/lexhouk/goit-pyweb-hw-12
- Owner: lexhouk
- Created: 2024-09-07T08:14:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T11:05:31.000Z (almost 2 years ago)
- Last Synced: 2024-09-10T12:36:53.400Z (almost 2 years ago)
- Topics: auth, authorization, fastapi-auth, fastapi-users, goit, goit-pyweb-hw-12, studying
- Language: Python
- Homepage: https://www.edu.goit.global/uk/learn/21196455/24556365/24556672/homework
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.