Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 524 Bytes

Readme.md

File metadata and controls

31 lines (25 loc) · 524 Bytes

Virtual NP

A website for scheduling and holding virtual visits with a nurse practitioner

Virtual NP Screenshot

Installation

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

Usage

Run the server (in the server directory):

npm run watch

Run the client (in the client directory):

ng serve