Commit Graph

26 Commits

Author SHA1 Message Date
41f00a5d58 Remove table creation and select from the table. Need to explore the SQLite object documentation to see how to find the recordset. 2023-03-22 08:13:36 -05:00
e1e9698a06 Main table for the application. 2023-03-22 08:12:45 -05:00
8098cf9887 Add some entries related to the new setup_db.sh. 2023-03-22 08:12:34 -05:00
72a98e1f2d Move the DB setup to shell. Working great. 2023-03-22 08:12:15 -05:00
8edf5c0e2c Trying to get around the failure. Not working. 2023-03-07 21:26:02 -06:00
affd073fea Moving along. DB is being created now and starting to work on table. 2023-03-07 21:09:32 -06:00
338eb1efdf Make running project from another dir a little safer. 2023-03-07 06:50:18 -06:00
617fcefffa Add more information. 2023-03-07 06:49:56 -06:00
908c58ebbc Move JS files to src since tsc compiles both Node and React. 2023-03-07 06:21:00 -06:00
52ae9be740 Allow package-lock in repo since it may help others. 2023-03-07 06:20:28 -06:00
0689f61519 Go ahead and add dependencies, unsure which are truly needed yet, also will need to add Express and other Node.js modules soon. 2023-03-07 06:17:36 -06:00
48eca38c4b Ensure logs and compiled files are not added. 2023-03-07 06:16:06 -06:00
e4b5e7d7d5 Allow scripts to be run from anywhere. 2023-03-07 06:15:44 -06:00
b290e838de Update readme. 2023-03-07 05:52:56 -06:00
bef46b56b4 Create more shell files for project management. 2023-03-07 05:52:48 -06:00
ed1f665dbd More work on how the project might run. 2023-03-07 05:52:25 -06:00
4a524d4155 Add typescript compilation settings. 2023-03-07 05:51:59 -06:00
6fbfeaef51 Move some of the template comments. 2023-03-07 05:19:36 -06:00
d2f97df81d Remove 'bloat'. 2023-03-07 05:15:44 -06:00
0378fbf2d5 Run the Node program. 2023-03-07 05:15:22 -06:00
947921d155 Will connect to DB using Node rather than React. 2023-03-07 05:14:58 -06:00
9fd741abc1 Minor changes, still unfinished. 2023-03-07 05:03:42 -06:00
5d99a27966 Ignore the lock file. 2023-03-07 05:03:17 -06:00
a1e85c9383 Add project management type files. 2023-03-07 05:02:38 -06:00
1cabbf22f2 Create some initial files. 2023-03-07 05:02:02 -06:00
d69a6b2e71 Initial commit 2023-03-07 04:05:53 -06:00