/podpisaka

Write descriptions for a photo

Primary LanguageJavaScript

Using

Two images folders?

Why you have two separate PHOTO and GALLERY folders

  • PHOTO folder for all your photo in HI res
  • GALLERY folder for gallery photo only. And only that photos will in Polpisaka application

Images folder

  • every image has unique name
  • make folder 'resume'
  • images folders structure inside 'resume'
    • <Album #1 name>
      • <Image #1>
      • <Image #2>
    • <Album #2 name>
      • <Image #3>
      • <Image #4>
      • <...>

Setup server

  • checkout server
  • configure .env
    • set GALLERY_PATH wirh your GALLERY folder path
    • set PHOTO_PATH wirh your PHOTO folder path (set GALLERY folder if not exists)
    • build and start server
cd server; docker-compose build; docker-compose up -d

Use the application

  • setup your server connection

* login to your server

* lookup your gallery

* navigate your album

* look your image

* sign your image

Here you have an resume.txt with your signs for your pleasure

Other

Local building

https://docs.expo.dev/classic/turtle-cli/