Backend for Blorg
Go to file
Curt Spark 770b17c4d1 GET user settings, plan out API structure more, init serverside org mode parsing 2024-04-29 16:57:34 +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 Setup proper init and cleanup functions. implement and test password authentication, implement creating authorisation tokens etc. 2024-04-22 12:36:01 +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 GET user settings, plan out API structure more, init serverside org mode parsing 2024-04-29 16:57:34 +01:00
orgHandler.py GET user settings, plan out API structure more, init serverside org mode parsing 2024-04-29 16:57:34 +01:00
requirements.txt GET user settings, plan out API structure more, init serverside org mode parsing 2024-04-29 16:57:34 +01:00
run.sh Implement basic post request with body 2024-04-16 17:36:32 +01:00
securityHandler.py More helper functions related to token handler, implement API endpoint to check userID belonging to a valid token 2024-04-22 17:16:16 +01:00
tokenHandler.py More helper functions related to token handler, implement API endpoint to check userID belonging to a valid token 2024-04-22 17:16:16 +01:00
userHandler.py Implement getting users public info 2024-04-24 15:06:28 +01:00