Hospital-Management-System/README.md

26 lines
541 B
Markdown

# Hospital-Patient Management System
![logo](design/logo.png)
## 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.
```shell
# install deps
npm i
# run in development mode
npm run dev
```