Online-Task-Management-Website
git clone <repo-url>
python main.py
http://127.0.0.1:5000/
Go to chrome://net-internals/#sockets
Click 'Flush socket pool'
Python - Python3.8.8 is the primary programming language for this project.
HTML - Html is primary programming language for frontend
JSON - Json in implementation of delete function
SQL - SQL is primary programming language for database management
Flask - Lightweight framework for python (flask_login, flask_sqlalchemy)
Werkzeug - Security
Sign in - Create new user account.
Login - Login the account to be able to manage tasks
Log out - Logout of the current account
Add tasks - Add tasks into database
Delete tasks - Delete tasks from database