An Angular-based reproduction of the ASP.Net BookStore.Web application
- The API URL is stored in
src/proxy.conf.json(currently runs via http only, not https) - The BookStore API will need to be running first before launching the web application
- Please see notes on BookStore.API on initial data, on first run there will be no books in the database unless the seed data endpoint is called on the API
- The
BookStore.Modelsproject cannot be installed as a packge, so relevant models have been recreated in thesrc/app/modelsfolder