Skip to content

Latest commit

 

History

History
46 lines (41 loc) · 1.37 KB

README.md

File metadata and controls

46 lines (41 loc) · 1.37 KB

Software Engineering Group Project: Group 15 - ttl_hotdesking_system

Team Members: John Keaney, Utkarsh Gupta, Yifan Zhu, Dominik Guzowski, Mike Kelly, Aaron Byrne. Demonstrator: Dung Pham.
Client: Trinity Teaching & Learning: Stephanie Reilly.

Live Demonstration.

If you wish to see a live version of the app you can view it here: https://ttl-hotdesking.herokuapp.com

Build on localhost

  1. Clone the repo:
git clone https://github.com/Keaneyjo/ttl_hotdesking_system.git
  1. Navigate to the correct directory:
cd ttl_hotdesking_system
  1. Install dependencies
npm install
cd client && npm install
  1. Install Yarn
npm install -g yarn
yarn
  1. Start the server
yarn dev

App Functionality

Description

Our app aims to provide for swift booking of desks by the hotdesking method. Users should be able to book through a calendar view. An administrator should be able to oversee all, including implementing functionality such as quotas, and running usage reports.

Video Demonstration:

https://www.youtube.com/watch?v=XC_fKDs8cZE

Software Engineering Project - Group 15