Skip to content

hzoo/Hopt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

197 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Hopt Client/Server: an emergency department design tool

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors