API for Blog site using FastAPI
- git clone
- pip install -r requirements.txt
- docker-compose up -d --build
- alembic revision --autogenerate -m "Added tables"
- alembic upgrade head
- create test database in pgadmin = ex ~ db_test
- add image to articles/tests/ with name win11.jpeg or your image and change in .env file = TEST_IMAGE_PATH