Overview:
The flask-backend-template is a basic template designed to help users quickly create new Flask applications. It provides a simple setup process and comes with default required packages. The template also includes options for enabling HTTPS.
Features:
- Quick Setup: Easily create a new Flask application using the template.
- Environment Activation: Always activate the environment before installing or running the server.
- Default Required Packages: Install the default required packages, with the option to edit the requirements files.
- HTTPS Support: Enable HTTPS by placing the private key and certificate files in the appropriate folder and uncommenting the relevant lines in the server file.
- Windows Support: Execute the run.bat file to start the server in the specified mode on Windows.
- Linux Support: Source the .env file and start the server using a server like gunicorn (not included in the template yet).
Summary:
The flask-backend-template is a useful tool for developers looking to quickly create Flask applications. It provides a simple setup process, default required packages, and the option to enable HTTPS. With support for both Windows and Linux, this template offers flexibility and convenience for users.