Skip to content

illumimarty/CSE111-Fall2021-Project

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published