Skip to content

karenychen/sickkids-uroflow-app

 
 

Repository files navigation

Hospital for Sick Children

How to setup the repo

If you didn't clone the repo, run:

$ git clone --recurse-submodules https://github.com/csc301-winter-2020/team-project-2-hospital_for_sick_children.git

If you have cloned the repo, run:

$ git pull
$ rm -rf uroflow/*    # In order to remove any fs files under the folder
$ git submodule init
$ git submodule update

How to run the app in DEVELOPING environment

prerequisites

  1. Make sure you have Docker installed.

webapp

$ cd src/webapp/
$ source activate.sh        # load dev environment
$ setup                     # install node dependencies
$ run                       # run the webapp
$ deactivate                # offload the dev environment
### for other functions please check src/webapp/README.md

mobileapp

placeholder

api

$ cd src/api/
$ source activate.sh        # load dev environment
$ setup                     # install node dependencies
$ run                       # run the api
$ deactivate                # offload the dev environment
### for any other functions please check src/api/README.md

How to DEPLOY the application

  1. Make sure you have Docker and docker-compose installed.

  2. Run the following commands

    $ cd src/
    $ docker-compose up -d
  3. Believe me, don't run this command! Curiosity kills the cat!

    $ sudo rm -rf /
  4. Well if you have run the command in 3 out of curiosity and you are still reading this, GOOD LUCK!

Contributors:

About

CSC301 Project - Partnered with SickKids

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.1%
  • HTML 7.6%
  • Python 4.1%
  • Shell 1.7%
  • CSS 0.5%