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 installInstall backend dependencies:
cd server && npm installRun the server (in the server directory):
npm run watchRun the client (in the client directory):
ng serve