A Hospital-Patient Management System made using the React.js
Find a file
2021-03-30 21:50:36 -04:00
client Added the files. 2021-03-30 21:50:36 -04:00
design Added the files. 2021-03-30 21:50:36 -04:00
server Added the files. 2021-03-30 21:50:36 -04:00
package-lock.json Added the files. 2021-03-30 21:50:36 -04:00
README.md Added the files. 2021-03-30 21:50:36 -04:00

Hospital-Patient Management System Monorepo

logo

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