Skip to content

trumanjchan/MyTaskBoard

 
 

Repository files navigation

CSE 111 Project Development

Run locally

  1. npm install
  2. npm start
  3. Navigate to the project folder and open the tasks.html file.
    Example directory: /Users/myname/CSE111-Fall2021-Project/tasks.html

Table Data

  • To reset tables and repopulate them to original, run ./reset.sh
    • Runs the following scripts
      • create-schema.sql removes and creates the tables
      • populate-tables.sql populates the tables
  • To run the queries: sqlite3 task.sqlite < ./sql/queries.sql

image image image image

About

Displaying tasks from a local SQLite database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 76.3%
  • JavaScript 23.3%
  • Shell 0.4%