A Hospital-Patient Management System made using the React.js
| .github | ||
| client | ||
| design | ||
| server | ||
| LICENSE.md | ||
| package-lock.json | ||
| README.md | ||
Hospital-Patient Management System
Description
A Hospital-Patient Management System Project made using the React.js using software design & architecture methods.
Authors
- Anthony Aoun
- Batuhan Berk Başoğlu
- Chethin Manage
- Ruchira Perera
- William Stewart
Run project locally
Open two terminals and run the following sequence in the server and client folders. Recent version of NodeJS should be installed to your machine.
# install deps
npm i
# run in development mode
npm run dev
