Skip to content

Pamoi/photo-gallery-webclient

Repository files navigation

photo-gallery-webclient

This project is a simple web site to share and comment photos organized in albums. It is a web interface for the photo-gallery-api REST API, although it can easily be extended to support other content sources by modifying the factories in app/factories.

It is built in Javascript using AngularJS and Bootstrap. A live demo is available here.

Installation

To install the web client you have to clone this repository and install the dependencies using npm:

git clone https://github.com/Pamoi/photo-gallery-webclient.git
cd photo-gallery-webclient
npm install

You then have to set the remote API's URL in app/config.js.dist and save it as config.js.

Finally serve the app/ folder with your favorite web server.

About

A simple web client to share photos.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published