
This project aims to provide Medical and Health Science students at the University of Auckland with a tool that supports interactive and immersive education through virtual patient scenarios.
This project is associated with The University of Auckland SOFTENG 761.
Frontend: https://vps-uoa.netlify.app
Wiki: https://vps-uoa-wiki.netlify.app
Backend: https://virtual-patient-system.herokuapp.com/
| CI | Status |
| ——————- | ——– |
| ESLint | |
| Prettier |
|
| Tests |
|
| Contributors |
|
yarn install in the root directoryyarn run init in the root directory (installs dependencies for frontend and backend directories)yarn run dev in the root directory to start both frontend and backend environmentscd frontend and cd backend in each terminalyarn install in the each terminalyarn start in the each terminalcd frontend or cd backend depending on which folder you are testingyarn run test to run unit tests;yarn run lint to lint; Run yarn run lint:fix to fix linting;yarn run prettier to test for prettier; Run yarn run prettify to fix prettier issues;├── frontend/
│ └── src
│ └── package.json
├── backend/
│ └── src
│ └── package.json
├── wiki/
│ ├── react-movable.md
│ └── ...
├── README.md
├── package.json
└── ...
Our wiki is is easily viewable through: https://vps-uoa-wiki.netlify.app
(Note: links to some images are broken due to CORS issues)
[VPS-000] Your commit message
VPS-000/description-of-the-story
Thanks goes to these wonderful people (emoji key):
Lucas Gao 💻 |
Felix Yang 💻 |
David Xiao 💻 |
zyan225 💻 |
Dong Mei Lim 💻 |
annithinggoes 💻 |
Andrew Fei 💻 |
NatalyMartini 💼 🖋 |
This project follows the all-contributors specification. Contributions of any kind welcome!