added new endpoints, implemented db singleton, started on requests manager api
This commit is contained in:
parent
ed3b8d36cc
commit
11d4a866ef
13 changed files with 116 additions and 12 deletions
backend/src/config
5
backend/src/config/db_settings.py
Normal file
5
backend/src/config/db_settings.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
# pylint: disable=too-few-public-methods
|
||||
import os
|
||||
|
||||
class DatabaseSettings:
|
||||
DATABASE_DIRECTORY = f"{os.getcwd()}/database/storage"
|
Loading…
Add table
Add a link
Reference in a new issue