Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.46 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.46 KB

ContosoUniversity.SPA

  • Angular 5
  • Typescript
  • CRUD, Modals, Pagination, Animation, etc
  • This project was generated with Angular CLI version 1.5.0.

Referenced chsakell's Angular 4 best practice and Robert Dyball's authentication using JWT and OpenIdDict.

Installation

  1. Run the project from ContosoUniversity-Backend (Important)
  2. Clone or download this project
  3. Download Visual Studio Code
  4. Navigate to File - Open Folder and open this project (make sure the path is ../ContosoUniversity-Frontend-master\ContosoUniversity-Frontend-master)
  5. Open Terminal View - Integrated Terminal and run npm install then run ng serve
  6. Navigate to http://localhost:4200/
  • If it is throwing an error related to Angular-CLI version, follow the steps below in the terminal:
  1. npm uninstall --save-dev angular-cli
  2. npm install --save-dev @angular/cli@latest
  3. npm install

Login

There are two roles: Admin & User. Each role has different functionalities.

  1. Admin account
  1. User account

1