diff --git a/index.tsx b/index.tsx index 779b22b..1cbf0da 100644 --- a/index.tsx +++ b/index.tsx @@ -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 */ diff --git a/server.js b/server.js index e239019..108759e 100644 --- a/server.js +++ b/server.js @@ -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. + +