Giter Site home page Giter Site logo

nafotal's Introduction

nafotal

Photogallery website I initially made for myself. Backend written on Golang, frontend built around Isotope jQuery library.

Dependencies

For backend

https://golang.org/x/crypto/acme/autocert

https://github.com/boltdb/bolt

https://github.com/gorilla/context

https://github.com/gorilla/sessions

https://gopkg.in/h2non/bimg.v1

Also libvips should be installed prior code compillation.

For frontend

https://github.com/jquery/jquery

https://github.com/desandro/imagesloaded

https://github.com/metafizzy/isotope

https://github.com/KhaledElAnsari/RESTInTag

You should put these libs to assets/js/ dir or edit html templates to use them online (visit projects pages for further info).

First run

First of all you should write your domain name to certManager in main.go or get rid of TLS at all. After compiling main.go you'd be able to visit empty gallery. To add user/users who would upload photos to website you have to compile usrupd.go utility.

usrupd

This util made to manage website admins. Run it with -adduser=username flag to add new admin, -delete=username to delete and list arg to show all admins.

Notes

Images dosen't keep the order and shown as they load by intention. To change this behaviour visit Isotope web-page FAQ. Cookies invalidates on every server restart as new cookie store secret key generated on every init. Photos are resize on upload with libvips.

nafotal's People

Contributors

illabo avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.