Skip to content

kukwuka/fastapi-fulltext_search

Repository files navigation

for start in docker

docker-compose up

for migrations in docker

docker-compose exec textsearch alembic upgrade head

If you start without docker crete .env file , with settings of database , like this

POSTGRES_DB=postgres
POSTGRES_USER=route_admin
POSTGRES_PASSWORD=route_admin
POSTGRES_HOST=db
POSTGRES_PORT=5433

after run server

uvicorn main:app --reload

and get migrations

alembic upgrade head

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published