Skip to content

s3 (yandex-cloud), repository (postgres), fastapi, docker-compose for full, pytest, mock-tests

Notifications You must be signed in to change notification settings

bat0ri/s3-memes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

s3-memes

Install

cd docker-compose && docker-compose up -d
  • And go to http://localhost:5000/docs or testing on Postman for localhost:5000

Test (mock repository)

  • go to /src and create venv
python -m venv venv && . ./venv/bin/activate
  • upgrade pip and install poetry
pip install poetry
  • req install from pyproject.toml
poetry install
  • GO TEST
pytest -s

About

s3 (yandex-cloud), repository (postgres), fastapi, docker-compose for full, pytest, mock-tests

Topics

Resources

Stars

Watchers

Forks