Coder Social home page Coder Social logo

sokolsaiti / photos Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 227 KB

Simple web app for publishing and displaying photos.

Home Page: http://photos.sokol.saiti.io

License: The Unlicense

Python 51.92% CSS 15.66% HTML 32.41%
personal-website photos images flask-application flask sqlite3 python

photos's Introduction

photos

Simple web app for publishing and displaying photos inspired from https://github.com/yakamok/simple-gallery

The web app is powered by Flask and a sqlite database which acts as a file repository for the photos.

The database (currently) has only one table named photos with an autoincrement column which at the same time acts as a file name in the file system, the other column holds the original file name as it was uploaded and lastly there is the datetime column which tells the time when the file was added to the repository.

In order to reduce their size,the images are resized when collected from upload directory through PIL.

In the future, this sql database might be expanded in order to include EXIF metadata as well.

photos's People

Contributors

sokolsaiti 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.