A Hospital-Patient Management System made using the React.js
Find a file
2024-01-16 06:19:54 +00:00
.github Update FUNDING.yml 2024-01-16 06:19:54 +00:00
client Bump the npm_and_yarn group across 2 directories with 10 updates 2024-01-10 19:46:01 +00:00
design Added the files. 2021-03-30 21:50:36 -04:00
server Merge pull request #22 from batuhan-basoglu/dependabot/npm_and_yarn/server/npm_and_yarn-security-group-b87f548a6d 2024-01-14 04:17:14 +03: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