Skip to content

Simple HTML5 single-page AngularJS application with a REST backend implemented in Django.

License

Notifications You must be signed in to change notification settings

matachi/product-gallery

Repository files navigation

Product gallery

Simple HTML5 single-page AngularJS application with a REST backend implemented in Django.

Copyright (C) 2013 Daniel 'MaTachi' Jonsson
License: MIT License

YouTube video

If you don't want to download the application but still want to check it out, you can instead click on the image below to watch it in action on YouTube.

YouTube thumbnail

Setup

Arch Linux based distributions

  1. Install python-virtualenv: sudo pacman -S python-virtualenv
  2. Run ./setup.sh to install dependencies, populate the database, config the settings file, etc.

Debian and Ubuntu based distributions

  1. Install python3-pip: sudo apt-get install python3-pip
  2. Install virtualenv for Python 3 with pip: sudo pip-3.3 install virtualenv
  3. Run ./setup.sh to install dependencies, populate the database, config the settings file, etc.

Run local server

  1. $ source env/bin/activate
  2. $ ./manage.py runserver
  3. Open http://127.0.0.1:8000/ in a web browser to play with the app.

Libraries & frameworks

About

Simple HTML5 single-page AngularJS application with a REST backend implemented in Django.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published