Skip to content

Latest commit

 

History

History
94 lines (79 loc) · 2.17 KB

File metadata and controls

94 lines (79 loc) · 2.17 KB

Emergency Department Design tool created for GT ISYE Senior Design.

The Hopt tool is a website with 4 pages: Home, Inputs, Config, and Opt.
These pages can be navigated using the toolbar on the top of the website.

Home: Explains what the tool does. Inputs: Specify inputs for a specific hospital. Config: Test alternative configurations. Opt: Find the lowest cost room configuration.

Steps to Build/Run

Server

  • Server will not run without Simio installed.
  • To just run: Open HoptServer\bin\Debug\HoptServer.exe
  • To develop: Install Visual Studio, install .NET Framework 4.5

Client (Runs in browser)

Install Node.js and then:

$ git clone git://github.com/hzoo/Hopt
$ cd hopt
$ sudo npm -g install grunt-cli karma bower
$ npm install
$ bower install
$ grunt watch

to run: open HoptClient\build\index.html or HoptClient\bin\index.html after running grunt.

Technologies Used

Front End

Back End

Tools

License

MIT