Skip to content

Files

Latest commit

c01b806 · Aug 18, 2023

History

History
36 lines (26 loc) · 833 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 833 Bytes

LISTY

LISTY is a simple and user-friendly To-Do-App created using:

  • HTML
  • CSS
  • JS
  • Node
  • Express
  • MySQL

To run the server you first need to configure using the following commands in the server directory:

npm install express
npm install jsonwebtoken
npm install body-parser
npm install mysql
npm install cors

Video Demonstration

You Tube video link

Database Design

It is not the most efficient database design out there. Still, it works fine for me for now.

Database Schema

Here nid in the tasks table means the note id or the parent id of a task.

Home page of LISTY

Database Schema

Login / Signup page

Database Schema