A Hospital-Patient Management System made using the React.js
Find a file
2023-12-31 22:01:15 -05:00
.github Create FUNDING.yml 2023-12-31 22:01:15 -05:00
client Create FUNDING.yml 2023-12-31 22:01:15 -05:00
design Added the files. 2021-03-30 21:50:36 -04:00
server Create FUNDING.yml 2023-12-31 22:01:15 -05:00
package-lock.json Added the files. 2021-03-30 21:50:36 -04:00
README.md Updated the README file. 2021-03-30 21:56:43 -04:00

Hospital-Patient Management System

logo

Description

A Hospital-Patient Management System Project made using the React.js using software design & architecture methods.

Authors

  • Anthony Aoun
  • Batuhan Basoglu
  • 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