added user and role APIs and fixed some items that were missing (#3)

Reviewed-on: #3
Co-authored-by: Joseph Nelson <joseph.nelson4456@gmail.com>
Co-committed-by: Joseph Nelson <joseph.nelson4456@gmail.com>
This commit was merged in pull request #3.
This commit is contained in:
2026-05-15 23:34:27 -07:00
committed by joseph.nelson4456
parent 2636816241
commit 3b55f82130
7 changed files with 280 additions and 4 deletions
+3
View File
@@ -7,4 +7,7 @@ export default {
database: process.env.DB_NAME || 'your_db_name',
port: process.env.DB_PORT || 5432,
},
jwtEnv: {
secret: process.env.JWT_SECRET || '',
},
}