cleanup: refactor api architecture & add user roles

This commit is contained in:
Jordan Knott
2020-07-04 18:02:57 -05:00
parent a3958595cd
commit eaffaa70df
141 changed files with 12487 additions and 3792 deletions

5
api/conf/app.toml Normal file
View File

@ -0,0 +1,5 @@
[database]
host = '0.0.0.0'
name = 'citadel'
user = 'postgres'
password = 'test'