15 lines
320 B
Markdown
15 lines
320 B
Markdown
|
# Hospital-Patient Management System Monorepo
|
||
|
![logo](design/logo.png)
|
||
|
|
||
|
|
||
|
## 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
|
||
|
```
|