- Han Chang (hchang14@uci.edu)
- Ryan Soo😄 (soor@uci.edu)
- Dylan Schiller Loe (dsloe@uci.edu)
- Hao-Lun Lin (laolunl@uci.edu)
- Build Image.
docker build -t bank_app .
- Run the container.
docker run -dp 5000:5000 bank_app
- Install all the tools needed with pip3 in your local or virtual environment.
pip3 install -r requirements.txt
- Go to the bankpy directory.
cd bankpy
- Run the script.
bash run.sh
- Open your browser and fetch the page: http://127.0.0.1:5000.