A Hospital-Patient Management System made using the React.js
Find a file
dependabot[bot] cd045961c7 Bump the npm_and_yarn group across 2 directories with 4 updates
Bumps the npm_and_yarn group with 4 updates in the /server directory: [ini](https://github.com/npm/ini), [lodash](https://github.com/lodash/lodash), [path-parse](https://github.com/jbgutierrez/path-parse) and [y18n](https://github.com/yargs/y18n).


Updates `ini` from 1.3.5 to 1.3.8
- [Release notes](https://github.com/npm/ini/releases)
- [Changelog](https://github.com/npm/ini/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/ini/compare/v1.3.5...v1.3.8)

Updates `lodash` from 4.17.20 to 4.17.21
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

Updates `path-parse` from 1.0.6 to 1.0.7
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

Updates `y18n` from 4.0.0 to 4.0.3
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/y18n-v4.0.3/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/compare/v4.0.0...y18n-v4.0.3)

---
updated-dependencies:
- dependency-name: ini
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: lodash
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: path-parse
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: y18n
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-14 01:15:37 +00:00
.github Create FUNDING.yml 2023-12-31 22:01:15 -05: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 Bump the npm_and_yarn group across 2 directories with 4 updates 2024-01-14 01:15:37 +00: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