Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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-розробки
- Host: GitHub
- URL: https://github.com/lexhouk/goit-pyweb-hw-13-task-1
- Owner: lexhouk
- Archived: true
- Created: 2024-09-14T13:46:30.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-24T15:02:31.000Z (4 months ago)
- Last Synced: 2024-10-09T16:21:53.247Z (4 months ago)
- Topics: 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
- Language: Python
- Homepage: https://www.edu.goit.global/uk/learn/21196455/24556365/24556683/homework
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.