Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
/ GetARoom Public archive
forked from Vynny/GetARoom

Room reservation web app built in angular.js + dropwizard

Notifications You must be signed in to change notification settings

CostcoFanboy/GetARoom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GetARoom

About

GetARoom is a room reservation system built with Dropwizard and AngularJS. It was built as a SOEN 343 Project in fall 2016.

How to start the GetARoom application locally

  1. In src/main/resources/assets/js/app.js, make sure apisrc is set to 'http://localhost:8080'
  2. Run mvn clean install to build your application
  3. Create MySQL/MariaDB database from MySQL/dump.sql, configure config.yml to reflect your database information 3.1. config.yml - url: jdbc:mysql://localhost/DATABASE_NAME
  4. Start application with java -jar target/getaroom-1.0-SNAPSHOT.jar server config.yml
  5. Access the application at http://localhost:8080

Dynamic Configuration

  1. Calendar timerange - src/main/resources/assets/js/services.js, RoomService
  2. Maximum amount of reservable timeslots per reservation - src/main/resources/assets/js/services.js, ReservationService
  3. Maximum amount of reservations a user can have active - config.yml, maxActiveReservations

Team Members

  • Mihai Damaschin
  • Jesus Imery
  • Meetaz Alshbli
  • Samuel Dufresne
  • Samuel Campbell
  • Sylvain Czyzewski
  • Mark Snidal

About

Room reservation web app built in angular.js + dropwizard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 43.0%
  • Java 31.5%
  • JavaScript 18.2%
  • HTML 7.3%