Skip to content

carlAguida/wedding-tables-planner-web

 
 

Repository files navigation

Wedding Tables Planner web

You can try Wedding Tables Planner online at OpenShift.

This is a small web application which you can use to arrange your guests. You can set "known", "loved" and "hated" relationships, the number and size of the tables, and the planner will arrange loving guests together, hated at different tables, and will try to keep known people as together as possible, minimizing the number of tables.

You can get the core if you're interested in OptaPlanner and want to get rid of the web layer.

The site is based on Play+AngularJS+RequireJS Scala Activator template, so you might find some boilerplate example code.

Trying It Out yourself

## OpenShift deployment

This is a Play app, ready to run in a DIY OpenShift Cartridge. It will install JDK 8 at first start.

Create an account at OpenShift.

Create a DIY app:

rhc app-create weddingtablesplanner diy-0.1 --from-code git://github.com/juanignaciosl/wedding-tables-planner-web.git

You can then use your app at http://weddingtablesplanner-your_domain.rhcloud.com . First boot might take some minutes, since it has to download and install JDK8.

About

AngularJS, Play and Scala web interface to Wedding Tables Planner

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 68.8%
  • JavaScript 27.9%
  • CSS 1.7%
  • XSLT 0.5%
  • Scala 0.5%
  • Shell 0.4%
  • Other 0.2%