Skip to content

Self-hosted image backup solution, server in python, web in HTML/CSS/JS, Android in Kotlin

Notifications You must be signed in to change notification settings

LiteApplication/PhotoSync-backend

Repository files navigation

PhotoSync (WIP)

My own version of Google Photos.

This project's goal is to be able to self-host a photo backup service and access it from a web browser and Android.

The code is split into 3 parts

  • The backend (this repo)
    • Powered by Flask
    • Custom API made by me
    • Handles a variety of file formats and generate thumbnails for them
    • Supports upload/download of multiple files at the same time
  • The static web content PhotoSync-web
  • The Android applicationPhotoSync-kotlin
    • Written in Kotlin
    • Optimised to display many images at the same time, from network, storage and cache.

This project is still in extremely early developpment and provided on an "as is" basis.

Feel free to explore the code.

About

Self-hosted image backup solution, server in python, web in HTML/CSS/JS, Android in Kotlin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published