myHealthCop

The Application is made up of 2 parts: -The frontend using angular -The backend using the file backend.json

STEPS

1

-Navigate to the root folder

2

-Type npm i to install all packages

3

-Type npm i -g json-server to install json-server package

4

-While you are in the root folder type json-server --watch backend.json to start the Rest Api.

5

-Type ng serve to start the Angular Application