This is a Flask Boiler Plate Template designed by SemiKolan
At begin you need to Fork this repository, after that you need to clone this repository to your Local System. You can simply use git clone command to clone repository
git clone https://github.com/<your_username>/Flask-Boilerplate.git
After Cloning Repo in your Local System, you need Python to be Installed in your System. If you don't have Python in your System, you can Download it through their Official Download Page Now you have to move to the root directory and you to Install all the modules required. You can simply download them using a simple command
pip install -r requirements.txt
With this Command all the required modules will be Installed in your system, Now you can run your Flask Server To Start Flask Server you just need to run this command
python3 main.py
Now you will see that Development Server has been Started and your App is running on localhost:5000 or 127.0.0.1:5000