Book A Room is a Rails web application that is meant to be used as an in-place for showing daily events for a meeting room, as well as booking a time slot in that day. Events are synced with Google Calendar that is setup for the room.
- NodeJS 6+
Install NodeJS on your development environment:
npm install
Install Webpack (do only once and might need sudo)
npm install -g webpack
Install http-server (do only once and might need sudo)
npm install -g http-server
Run as a web server
http-server