Skip to content

sb-elliot-7s/blog-fastapi

Repository files navigation

simple-fastapi-blog

API for Blog site using FastAPI

  1. git clone
  2. pip install -r requirements.txt
  3. docker-compose up -d --build
  4. alembic revision --autogenerate -m "Added tables"
  5. alembic upgrade head
  6. create test database in pgadmin = ex ~ db_test
  7. add image to articles/tests/ with name win11.jpeg or your image and change in .env file = TEST_IMAGE_PATH

Releases

No releases published

Packages

No packages published

Languages