Hospital-Management-System/README.md

27 lines
548 B
Markdown
Raw Permalink Normal View History

2021-03-31 01:56:43 +00:00
# Hospital-Patient Management System
2021-03-31 01:50:36 +00:00
![logo](design/logo.png)
2021-03-31 01:56:43 +00:00
## Description
A Hospital-Patient Management System Project made using the React.js using software design & architecture methods.
## Authors
- Anthony Aoun
2024-10-29 19:15:57 +00:00
- Batuhan Berk Başoğlu
2021-03-31 01:56:43 +00:00
- Chethin Manage
- Ruchira Perera
- William Stewart
2021-03-31 01:50:36 +00:00
## 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.
```shell
# install deps
npm i
# run in development mode
npm run dev
2021-03-31 01:56:43 +00:00
```