rjpcomputing / MinimalOrbit

Minimal webapp example using Lua Orbit for the REST service and AngularJS and Bootstrap for the webapp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MinimalOrbit

Minimal webapp example using Lua Orbit for the REST service and AngularJS and Bootstrap for the webapp.

Setup

  1. Install dependancies
  • $ sudo apt-get install luarocks
  • $ sudo luarocks install luarocks
  • $ sudo luarocks install wsapi-xavante
  • $ sudo luarocks install orbit
  • $ sudo luarocks install luajson
  • $ sudo luarocks install penlight
  • $ sudo luarocks install luasql-sqlite3
  1. Open terminal in checkout location and run wsapi .
  2. Launch web browser and point the URL to http://localhost:8080

About

Minimal webapp example using Lua Orbit for the REST service and AngularJS and Bootstrap for the webapp.

License:MIT License


Languages

Language:Lua 58.9%Language:JavaScript 26.7%Language:CSS 14.4%