Skip to content

Commit 9caf21b

Browse files
authored
Update README.md
1 parent ba22ef7 commit 9caf21b

File tree

1 file changed

+94
-1
lines changed

1 file changed

+94
-1
lines changed

README.md

Lines changed: 94 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,94 @@
1-
Gradle Build Status on main: ![.github/workflows/test.yml](https://github.com/CS3733-C21-Team-U/CS3733-C21-Team-U-Project-BWApp/workflows/.github/workflows/test.yml/badge.svg)
1+
<!-- ABOUT THE PROJECT -->
2+
[![Product Name Screen Shot][product-screenshot]](https://youtu.be/84nr0pFNmIE)
3+
4+
This Application for Brigham and Women’s Hospital was developed to assist hospital
5+
employees and administrators with their daily tasks, as well as train students in the WPI CS
6+
3733 Software Engineering class. Agile methodology was used during the development,
7+
where the team focused on the need of the users to prioritize tasks and organize the design
8+
process.
9+
10+
### Main Features
11+
* Robust, automated, multiplatform, Handling of COVID-19 risk before allowing users to enter the campus.
12+
* Advanced and customizable service request management, creation, and delegation.
13+
* Simple to use pathfinding navigation system.
14+
* Map editing portal allowing full control of function of pathfinding system.
15+
* User account management functionality that is integrated within every system in the app.
16+
* Several different application experiences and functions depending on type of user account.
17+
* Mobile implementation of Pathfinding feature that is integrated into the COVID-19 facility admittance risk feature.
18+
19+
**Watch a video of our [final presentation](https://youtu.be/84nr0pFNmIE) on Youtube**
20+
21+
**See more [screenshots](https://drive.google.com/drive/folders/1IVsE6aBYgut-1ja_xGQBNLKaQGX4bQh1?usp=sharing) of our app**
22+
23+
**Download our [final submission doc](https://docs.google.com/document/d/1isP2y5EyYgsyj1HRhtxLBZyQ3JKt5DbxevlvPPygO1I/edit?usp=sharing) which contains information on our Scrum process**
24+
25+
### Built With
26+
27+
* IntelliJ IDEA Utimate
28+
* Apache Derby
29+
* JavaFX
30+
* Gluon Scenebuilder
31+
* Twillio
32+
* JFeonix
33+
* Google Maps API
34+
* Adobe XD
35+
36+
37+
<!-- GETTING STARTED -->
38+
## Getting Started
39+
40+
You can download a pre-compiled JAR file to run as a demo or clone the project if you would like to edit it.
41+
42+
### Download Compiled Program
43+
Make sure you have [Java 8](https://www.oracle.com/technetwork/java/javase/downloads/index.html) installed! **This program does not run on any new versions of Java.**
44+
45+
1. Download and unzip this folder: [Download JAR](https://drive.google.com/file/d/1WHYaf3kWZZlwsQCP4EVbTBOdXofKgJuf/view?usp=sharing)
46+
2. Double click the file ```CS3733-C21-Team-U-Project-BWApp.jar```
47+
3. If this does not work, run this command in your command line
48+
```sh
49+
java -jar /Path/To/Downloaded/Folder/CS3733-C21-Team-U-Project-BWApp.jar
50+
```
51+
52+
### Download and Run the Source Code
53+
54+
1. Install [Java SE Development Kit 8u281 (Java SE JDK 8)](https://www.oracle.com/technetwork/java/javase/downloads/index.html)
55+
2. Install [Gluon Scene Builder 8.5.0 for Java 8](https://gluonhq.com/products/scene-builder/)
56+
3. Install [Apache Derby 10.14.2.0 for Java 8](https://db.apache.org/derby/derby_downloads.html#For+Java+8+and+Higher)
57+
Download the bin distribution – the first link ending in .zip. Then double-click on the zip file.
58+
4. Clone this repo
59+
```sh
60+
git clone https://github.com/Kohmei358/BrighamWomens-Hospital-App
61+
```
62+
3. Install Depencies Using Gradle
63+
```sh
64+
gradle build
65+
```
66+
4. Run the ```main.java``` or ```App.java``` file inside ```/src/main/java/edu/wpi/u/```
67+
68+
69+
70+
<!-- USAGE EXAMPLES -->
71+
## Usage
72+
73+
_For detailed instructions, please refer to the [User Manual](https://docs.google.com/document/d/1gUSwUJI3Mz1sdK1vI5OzYh0ZP3KuNdfVIq-Mwi4Yq8E/edit?usp=sharing)_
74+
75+
76+
<!-- ACKNOWLEDGEMENTS -->
77+
## Acknowledgements
78+
* Proffessor **Wilson Wong** for creating an amazing course that changed so many of us
79+
* Brigham and Women's Faulkner Hospital and **Andrew Shinn** for their time and input
80+
* **Andrew Bonaventura** for beeing an amazing TA and for being aviable whenever we needed him
81+
* **Kohmei K.** Lead Software Engineer [@Kohmei358](https://github.com/Kohmei358)
82+
* **Neville I.** Asst. Lead Software Engineer [@beast-nev](https://github.com/beast-nev)
83+
* **Kaamil L.** Asst. Lead Software Engineer [@kslokhandwala2022](https://github.com/kslokhandwala2022)
84+
* **Charles K.** Asst. Lead Software Engineer [@cvkittler](https://github.com/cvkittler)
85+
* **William B.** Back-End Database Engineer [@wgburke310](https://github.com/wgburke310)
86+
* **Olajumoke I.** Back-End Database Engineer [@olajac](https://github.com/olajac)
87+
* **Michael G.** Algorithm Specialist [@gearymich](https://github.com/gearymich)
88+
* **Jacob B.** Project Manager [@jBernardRobotics](https://github.com/jBernardRobotics)
89+
* **Tianyang G**. Scrum Master [@nicklesscs](https://github.com/nicklesscs)
90+
* **Tyler S.** Product Owner [@tsanderv](https://github.com/tsanderv)
91+
* **Lily D.** Documentation Analyst [@LilyDurkin](https://github.com/LilyDurkin)
92+
93+
94+
[product-screenshot]: BWHeathFinalPoster.jpg

0 commit comments

Comments
 (0)