Skip to content

VyacheslavShrot/fast_api_mvc

Repository files navigation

FastAPI MVC CI/CD Pulls

STRUCTURE

INSTALLATION

  • Copy this repository to your system
git clone --branch prod https://github.com/VyacheslavShrot/fast_api_mvc.git
  • Create an .env file at the project level
# Config for Database
MYSQL_ROOT_PASSWORD=exam...
MYSQL_DATABASE=exam...
MYSQL_USER=exam...
MYSQL_PASSWORD=exam...

# Config for JWT Token
JWT_SECRET_KEY=exam...
ACCESS_TOKEN_EXPIRE_MINUTES=360

START

  • Run Docker-Compose
docker-compose up -d