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
- Clone a copy of this repository
- Change your upstream with
git remote set-url origin https://github.com/YOUR_USERNAME/YOUR_REPOSITORY.git - Setup a virtual environment with
python3 -m venv env - Activate the virtual environment with
source env/bin/activate - Install the project dependencies with
pip install -r requirements.txt - You're ready to launch!
Prerequisites
- Python 3
- Heroku Command Line (optional)
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
- Salvatore Tosti - Initial work - SalvatoreTosti
License
This project is licensed under the MIT License - see the LICENSE.md file for details