Skip to content

Latest commit

 

History

History
59 lines (32 loc) · 1.13 KB

README.md

File metadata and controls

59 lines (32 loc) · 1.13 KB

TodoBuddy

Online-Task-Management-Website

Setup

git clone <repo-url>

Run

python main.py

Website

http://127.0.0.1:5000/

If has issue: "Access to 127.0.0.1 was denied"

Go to chrome://net-internals/#sockets 
Click 'Flush socket pool'

Languages/Tools/Technologies

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

Features

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