Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 960 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 960 Bytes

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