Skip to content

Flask Task Master.Task Master using Flask Web Framework 1.1.2 and HTML,CSS,Python,Bootstrap 4,Flask

Notifications You must be signed in to change notification settings

art3mis69/Flask-Task-Master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Task Master

Task Master using Flask Web Framework 1.1.2 and

Prerequisites

python== 3.5 or up and flask==1.1.2

Adding Virtual Environment

open terminal and type:

pip install virtualenv

Create a virtual environment now:

virtualenv virtualenv_name

After this command, a folder named virtualenv_name will be created. You can name anything to it. Now at last we just need to activate it, using command For Mac/ Linux:

source virtualenv_name/bin/activate

to activate virtualenv on Windows, activate script is in the Scripts folder:

virtualenv_name\Scripts\activate.bat

Now you are in a Python virtual environment.You can deactivate using:

deactivate

Installing

open terminal and type

git clone  https://github.com/art3mis69/Flask-Task-Master.git

Flask-app

Consists of Web Interface,where you can

  • Add Task
  • Update Task
  • Delete Task

The development server

run the following commands to run the app on development server:

python app.py

Now, open a Web browser and go to local server on your local domain – e.g., http://127.0.0.1:5000/ .

Releases

No releases published

Packages

No packages published