Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aykhans/portfolio-blog

Portfolio and blog site written with FastAPI
https://github.com/aykhans/portfolio-blog

alembic fastapi jinja2 mongodb poetry postgresql ruff sqlalchemy

Last synced: 7 days ago
JSON representation

Portfolio and blog site written with FastAPI

Awesome Lists containing this project

README

        

# Run for development

### 1. Rename and fill env files
/config/app/app.env.example -> /src/app/app.env
/config/mongodb/mongodb.env.example -> /src/mongodb/mongodb.env
/config/postgres/postgres.env.example -> /src/postgres/postgres.env

### 2. Run all services with docker compose
docker compose up --build -d

### Create user
docker exec -it {container_name} poetry run python3 commands/create_user.py