A CDH Studio Room Booking Application
Explore the docs »
Demo
·
Website/ Screenshots
·
View Wiki
Jarvis is a simplified room booking application that provides a solution to the issues currently present at ISED, namely a complicated and time consuming room booking process. Jarvis works on top of the current Outlook system and is designed to save employees time, money, and increase productivity. Main features include:
- The ability to view and book available rooms
- Detailed information about rooms including images, available equipment, and more!
- Manage bookings
- A review system
- Reporting system
- Outlook integration
Jarvis provides an integrated administrator dashboard, where admins will have the ability to access and utilize room and user statistics to allow ISED to make smarter investment decisions. In addition, Jarvis allows administrators to add additional rooms, edit existing room details and statuses, manage users, bookings, and existing issues.
Developed by the Winter 2019 students at CDH Studio, this application is currently in it’s beta. Any questions, suggestions, and bugs should be directed to Yunwei Li or Ali Nouri at (cdhstudio.jarvis@gmail.com)
- Ali Nouri - Technical Lead/Mentor
- Majd Khodr - Full-stack Developer
- Peter Lam - Full-stack Developer
- Yunwei Li - Full-stack Developer
To get a local copy up and running follow these simple example steps.
-
Install Node.js here
-
Install Yarn here
-
Install Adonis with
yarn add global @adonisjs/cli
-
Clone the following repo
-
To setup SQLite3, Outlook, and more check out our wiki
Within the directory /Jasper write the following to install all dependencies:
yarn install
To start the application run
adonis serve --dev
To run test if your code meets coding conventions
- run
yarn lint
For more examples, please refer to the Documentation
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/CDH-Studio/Jarvis