A Hospital-Patient Management System made using the React.js
c5b30f8ae9
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> |
||
---|---|---|
.github | ||
client | ||
design | ||
server | ||
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 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