backend overhaul

This commit is contained in:
Mikayla Dobson
2022-09-22 13:14:43 -05:00
parent 905b3266a3
commit 75ebb5e43d
9 changed files with 276 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
const pgp = require('pg-promise')({ capSQL: true });
module.exports = class ExampleService {
}