Skip to content

Ninefiveblade/poetryfastblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Проект написан на FastApi с помощью Poetry

Установить Poetry:

$ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 -

Установить зависимости:

$ poetry install

Использовать Poetry в vscode:

$ poetry shell code .

Запуск проекта:

$ poetry run uvicorn fastpoet.main:app --reload

Документация по api:

http://127.0.0.1:8000/redoc/

About

Миниблог на FastAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages