A website for scheduling and holding virtual visits with a nurse practitioner
Clone the repository:
git clone https://github.com/cisc475-devteam6/virtual-np
Install frontend dependencies:
cd client && npm install
Install backend dependencies:
cd server && npm install
Run the server (in the server
directory):
npm run watch
Run the client (in the client
directory):
ng serve