Backend for Blorg
Go to file
Curt Spark 3776666639 Implement uploading blog in Base32 encoding, fix metadata retrieval functionality. Ensure title, author and optional description field is including in the HTML blog generation 2024-07-08 19:25:09 +01:00
.gitignore Uploading blog endpoint 2024-04-30 18:24:20 +01:00
blogHandler.py Implement uploading blog in Base32 encoding, fix metadata retrieval functionality. Ensure title, author and optional description field is including in the HTML blog generation 2024-07-08 19:25:09 +01:00
dbConnect.sh Implement account setting modification and saving feature 2024-07-06 17:22:53 +01:00
dbHandler.py Implement account setting modification and saving feature 2024-07-06 17:22:53 +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 uploading blog in Base32 encoding, fix metadata retrieval functionality. Ensure title, author and optional description field is including in the HTML blog generation 2024-07-08 19:25:09 +01:00
orgHandler.py Implement uploading blog in Base32 encoding, fix metadata retrieval functionality. Ensure title, author and optional description field is including in the HTML blog generation 2024-07-08 19:25:09 +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 Implementing retrieving blog data 2024-05-08 20:56:28 +01:00
tokenHandler.py Uploading blog endpoint 2024-04-30 18:24:20 +01:00
userHandler.py Implement account setting modification and saving feature 2024-07-06 17:22:53 +01:00