Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 475 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 475 Bytes

Angular Academy

Angular Academy final assignment

Projects

  • ToptalShop.Web: Angular 4 application
  • ToptalShop.Api: ASP.NET WebApi application

How to run

  • Api
    • Make sure you have SQL Server (or SQL Server Express) installed
    • Run update-database command in Package manager console. This will create and seed database
    • Start ToptalShop.Api application
  • Web
    • Run npm install
    • Run npm start
    • Navigate to http://localhost:4200