Skip to content

A simple task tracker built using SQLAlchemy & SQLite Database.

Notifications You must be signed in to change notification settings

simranfarrukh/task_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flask Task Tracker

A simple task tracker built using SQLAlchemy & SQLite Database.

Installation

Create a virtual environment (if you're using Anaconda you don't need to do this step):

$ mkdir name-your-project
$ cd name-your-project
$ python3 -m venv venv

To activate the virtual environment on Windows (if you're using Anaconda you don't need to do this step):

venv\Scripts\activate

Use the package manager pip to install flask.

pip install Flask
pip install Flask-SQLAlchemy

Run the app:

python app.py

or:

flask run

Usage

  • Add tasks
  • Update tasks when completed
  • Delete tasks
  • Trackable database for the tasks

Contributing

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

Please make sure to update tests as appropriate.

License

MIT

About

A simple task tracker built using SQLAlchemy & SQLite Database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published