A Hospital-Patient Management System made using the React.js
Find a file
dependabot[bot] c5b30f8ae9 Bump the npm_and_yarn group across 2 directories with 2 updates
Bumps the npm_and_yarn group with 2 updates in the /server directory: [body-parser](https://github.com/expressjs/body-parser) and [path-parse](https://github.com/jbgutierrez/path-parse).


Updates `body-parser` from 1.20.1 to 1.20.2
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/body-parser/compare/1.20.1...1.20.2)

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

---
updated-dependencies:
- dependency-name: body-parser
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: path-parse
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-14 01:16:52 +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 2 updates 2024-01-14 01:16:52 +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