Skip to content

larryang/flask_auth

Repository files navigation

Project Setup

Production Workflow

Development Workflow

CI/CD

When there is a pull request to merge a branch to master, Github will deploy to Heroku development app/dyno.

When there is a merge to master on Github, it will deploy the app to the production Herokue app/dyno.

Running Locally

  1. To Build with docker compose: docker compose up --build
  2. To run tests, Lint, and Coverage report use this command: pytest --pylint --cov

.pylintrc is the config for pylint, .coveragerc is the config for coverage and setup.py is a config file for pytest

Future Notes and Resources

About

IS601 Flask Project Repository

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages