Coder Social home page Coder Social logo

photos's Introduction

Broox Photos

This is a simple (buggy and very much WIP) photo gallery web application built to interact with my personal photos API.

The front-end is a single-page application built with Vue, FlexImages, and Photoswipe.

The Vue application is using Vue CLI, Vue Router, Single file components, and Vuex for storing state. I went all-in on a Vue single page app, because I hadn't gotten to develop anything on the client-side for a few years and it seemed like a fun project to learn with.

The backend-end is a lightweight python (flask) application that proxies requests to the API.

Development

This does not start the Vue CLI node server with hot reloading because I was having trouble running it alongside my flask backend with docker.

docker-compose -f docker-compose.dev.yml up

This starts a Flask server and watches all of the client-side files for changes to build them accordingly.

Hit localhost:5000/ to test it out.

Production

This uses a multi-stage dockerfile to build and minify the static files and then start the Flask server in production mode.

docker-compose up

To re-build the app after checking out new code in production, do not stop the server (via docker-compose stop or down). Simply run docker-compose up --build -d to build the new application while the current app is running. Once it's done building, it will be running in detached mode.

photos's People

Contributors

broox avatar

Stargazers

 avatar

Watchers

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