It's a simple Flask template contains some fundamental functionalities (login, logout, add and delete stuff) for your project to save you some time for focusing on other things.
·
Report Bug
·
Request Feature
Table of Contents
It's a simple Flask template contains some fundamental functionalities (login, logout, add and delete stuff) for your project to save you some time for focusing on other things.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Make sure you have the latest version of Python installed.
This project was generated with Flask version 2.1.2.
Below is an example of how you can instruct your audience on installing and setting up the app. This template doesn't rely on any external dependencies or services.
-
Clone the repo by running
git clone https://github.com/OneEyeX/Flask-template.git
-
setting up and activating the Virtual Environment
Run
python -m venv venv
then
source venv/Scripts/activate
- Installing Requirements
pip install -r requirements.txt
- setting up Flask app
export FLASK_APP=main.py
then
flask run
for a dev server. Navigate to http://127.0.0.1:5000
. The application will automatically reload if you change any of the source files.
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.md
for more information.
Chedly Chahed - @chedly_chahed - chedly.chahed@insat.u-carthage.tn
Project Link: https://github.com/OneEyeX/Flask-template