angular-exercise To run the project follow the steps:- Install json-server using following command "npm install -g json-server". This will install it globaly. To install all the dependencies run "npm i". Run "json-server --watch db.json". Last step run "ng serve".