This website requires JavaScript.
Explore
Help
Sign In
Blorg
/
Blorg-Backend
Watch
1
Star
0
Fork
You've already forked Blorg-Backend
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Backend for Blorg
6
Commits
1
Branch
0
Tags
95
KiB
Python
99.7%
Shell
0.3%
8c91612a5c
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
Curt Spark
8c91612a5c
Implement basic error handling for database connect function, implement several new database handler helper functions, init security handler password hashing via argon
2024-04-19 16:12:16 +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
Implement basic error handling for database connect function, implement several new database handler helper functions, init security handler password hashing via argon
2024-04-19 16:12:16 +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
Implement basic error handling for database connect function, implement several new database handler helper functions, init security handler password hashing via argon
2024-04-19 16:12:16 +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
Implement basic error handling for database connect function, implement several new database handler helper functions, init security handler password hashing via argon
2024-04-19 16:12:16 +01:00