A Hospital-Patient Management System made using the React.js
cd045961c7
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> |
||
---|---|---|
.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