A template repository for future Flask-based projects
This repository is a template for future Flask-based projects, as simple as that.
- Clone the repository
git clone https://github.com/NaviteLogger/Flask-Template.git
- Create a virtual environment
python3 -m venv venv
- Install the required packages
pip install -r requirements.txt
- Run the application
flask run
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.