Dockerfile added
build docker image - "docker build -t westpac_frontend ."
run docker container - "docker run --rm -p 3000:3000 -it westpac_frontend"
Goals:
This application is solely for the job interview purpose of Johnny Lai
Where is the source code?
https://github.com/fifithecat/westpac for the backend part
https://github.com/fifithecat/westpac_frontend for the frontend part
Documentation
Please find the pdf in the repository