This project was generated with Angular V5.
Run ng serve
for a dev server. Navigate to http://localhost:4200/.
√ 1.Install json-server.
√ 2.Use the supplied json file in json-server.
√ 3.Fire up Postman in Chrome.
√ 4.Read JSON from json-server.
√ 5.A page that lists all boats (names and photos)
√ 6.Clicking a boat in above list will show a page having all available details about a specific boat, including the names of the workers who are working on that boat
√ 7.UI to do CRUD operations on the boat data set
√ 8.UI to assign / un-assign workers to boats - there is no need to build a CRUD UI for the workers data set.