Hospital-Management-System/README.md

15 lines
320 B
Markdown
Raw Normal View History

2021-03-31 01:50:36 +00:00
# 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
```