Flask Template

September 11, 2021 ยท View on GitHub

This project is a starter template used for Flask projects.
It's designed to let you start building your app with a minimal amount of setup.

Getting Started

  1. Clone a copy of this repository
  2. Change your upstream with git remote set-url origin https://github.com/YOUR_USERNAME/YOUR_REPOSITORY.git
  3. Setup a virtual environment with python3 -m venv env
  4. Activate the virtual environment with source env/bin/activate
  5. Install the project dependencies with pip install -r requirements.txt
  6. You're ready to launch!

Prerequisites

Running the tests

  • Coming soon.

Deployment

This project is designed to be deployable with heroku immdiately. If you have the Heroku commandline tools installed, you can run the app locally with heroku local.

Updating Python Dependencies

Project dependencies can be updated using the pip-review tool. This can be run with pip-review --interactive.

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details