/flask-task-master

Task Maintainer CRUD app using Flask

Primary LanguageHTML

Flask: 2.0.1

flask-task-master

This repository contains a code for CRUD app named Task Master in Flask

screenshot

Functionalities

  • Can add a task
  • Can update a task
  • Can delete a task
  • Responsive

How to use?

  • Clone the repo

    git clone freaky-perceptron/flask-task-master
  • Change the current directory to flask-task-master

    cd flask-task-master
  • Install the depencies

    pip3 install requirements.txt
  • Open a python shell in the same repository and activate the databaase

    >>from app import db
    >>db.create_all()
    >>exit()
  • Now, run the task-master app on localhost server

    python3 app.py

The flask-task-master can be seen running on localhost server