This repository has been archived on 2025-01-04. You can view files and clone it, but cannot push or open issues or pull requests.

16 lines
221 B
JavaScript
Raw Normal View History

/*
2023-03-07 05:19:36 -06:00
// Date: 2023-03-07
// Developer: Hyperling
// Purpose: Provide an API for the UI to hit, decoupling the DB code.
*/
"use strict";
2023-03-07 05:19:36 -06:00
/* DB Setup */
/* Test Code */
// Just playing with the DB until learning React.