Publish Progress #1

Merged
me merged 28 commits from init into main 2025-01-04 09:00:20 -07:00
2 changed files with 11 additions and 12 deletions
Showing only changes of commit 6fbfeaef51 - Show all commits

View File

@ -7,18 +7,9 @@
// https://blog.logrocket.com/how-use-typescript-react-tutorial-examples/
*/
// Attach all the needed helperss.
// Attach all the needed helpers.
import "src/includes.ts";
/* DB Setup */
/* Test Code */
// Just playing with the DB until learning React.
/* Main, UI */

View File

@ -1,7 +1,15 @@
#!/usr/bin/node
/*
// Date: 2023-03-07
// Developer: Hyperling
// Purpose: Provide an API for the UI to hit, decoupling the DB code.
*/
"use strict";
/* DB Setup */
/* Test Code */
// Just playing with the DB until learning React.