First steps 1 - Clone repository 3 - Create a .env file with the follow content: // openssl rand -hex 32 SECRET_KEY= ALGORITH="HS256" ACCESS_TOKEN_EXPIRE_MINUTES=30 2 - Write command in bash: python app/main.py