Backend for Blorg
Go to file
Curt Spark dabf0c8977 Move user specific functions to new userHandler module, setup most of logic for password authentication, init token handling module. Properly setup API init and cleanup functions 2024-04-20 16:59:47 +01:00
.gitignore Implement postgresql database handling into backend and basic init handling code, also include dev database docker compose file 2024-04-17 14:58:18 +01:00
dbHandler.py Move user specific functions to new userHandler module, setup most of logic for password authentication, init token handling module. Properly setup API init and cleanup functions 2024-04-20 16:59:47 +01:00
docker-compose.yml Implement postgresql database handling into backend and basic init handling code, also include dev database docker compose file 2024-04-17 14:58:18 +01:00
main.py Move user specific functions to new userHandler module, setup most of logic for password authentication, init token handling module. Properly setup API init and cleanup functions 2024-04-20 16:59:47 +01:00
requirements.txt Implement postgresql database handling into backend and basic init handling code, also include dev database docker compose file 2024-04-17 14:58:18 +01:00
run.sh Implement basic post request with body 2024-04-16 17:36:32 +01:00
securityHandler.py Move user specific functions to new userHandler module, setup most of logic for password authentication, init token handling module. Properly setup API init and cleanup functions 2024-04-20 16:59:47 +01:00
tokenHandler.py Move user specific functions to new userHandler module, setup most of logic for password authentication, init token handling module. Properly setup API init and cleanup functions 2024-04-20 16:59:47 +01:00
userHandler.py Move user specific functions to new userHandler module, setup most of logic for password authentication, init token handling module. Properly setup API init and cleanup functions 2024-04-20 16:59:47 +01:00