Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Latest commit

 

History

History
47 lines (34 loc) · 1.24 KB

README.md

File metadata and controls

47 lines (34 loc) · 1.24 KB

Flask-Template

A template repository for future Flask-based projects

Table of Contents

Introduction

This repository is a template for future Flask-based projects, as simple as that.

Installation

  1. Clone the repository
git clone https://github.com/NaviteLogger/Flask-Template.git
  1. Create a virtual environment
python3 -m venv venv
  1. Install the required packages
pip install -r requirements.txt

Usage

  1. Run the application
flask run

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.