This is a small task management app aimed at the academic environment. This application is web-based and uses the Flask framework.
The application records three fillable fields, these are:
- Subject.
- Task to be carried out.
- Deadline.
As you enter records, they appear in a list below the data entry box. There is the possibility of marking the task as done, deleting it or editing it.
Notice: This project was started while I was learning Python 3 and the Flask framework. The purpose of this project is purely to give me the opportunity to learn how to code and design a web system and eventually experience the challenges that a full stack developer might face in their daily work.
These instructions will get you a working copy of the project on your local machine for development and testing purposes.
See the installation instructions for notes on how to deploy the project to a live system.
Below you will find what I use to develop and run the project
- Python 3
- Flask
- SQLite database
- Virtualenv (not required, but highly recommended)
I use Virtualenv to develop this project, so I recommend you create a virtual environment virtualenv venv and install the requirements pip install -r requirements.txt
. Then, get a local copy of the project directory by cloning "tasks" from github.
Lastly, run python main.py
- Python 3 - Programming Language
- Flask - Web Framework
- SQLite - Database
Patricia Cañadas - Initial Work - pcanadas
This project is licensed under the License GPL-3.0 license - see the LICENSE.md file for details