API Routes
/api
You are here.
/api/date
Current date.
/api/dbget
Return some all USERS table information from a connected postgres db.
/api/dbinsert/x
Insert into USERS table with name (x).
/api/dbdelete/y
Delete from USERS table with id (y).
/api/dbupdate/y/x
Update from USERS table with id (y) and name (x).