etheryo/backend
2025-06-01 13:23:28 +02:00
..
core Backend: Added 'ignore_folder' inside the photo path. 2025-06-01 13:23:28 +02:00
server Backend: Added multiple endpoints to gather pictures: both uncompressed and compressed. 2025-06-01 12:41:59 +02:00
util Backend: Added 'ignore_folder' inside the photo path. 2025-06-01 13:23:28 +02:00
.gitignore Backend: Added 'CompressFiles' function. Optimised 'CompressImage' to check if the file already exists. 2025-05-30 14:19:27 +02:00
go.mod Backend: added 'CompressImage' function. 2025-05-30 12:36:22 +02:00
go.sum Backend: added 'CompressImage' function. 2025-05-30 12:36:22 +02:00
main.go Backend: Added 'CompressFiles' function. Optimised 'CompressImage' to check if the file already exists. 2025-05-30 14:19:27 +02:00
README.md Refactoring: Moving frontend to its separated folder, and created basic backend in golang. 2025-04-29 23:18:50 +02:00