https://github.com/colburncodes/angular-fundamentals
Nexual Academy
https://github.com/colburncodes/angular-fundamentals
Last synced: 8 months ago
JSON representation
Nexual Academy
- Host: GitHub
- URL: https://github.com/colburncodes/angular-fundamentals
- Owner: colburncodes
- Created: 2022-10-17T22:22:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T19:18:47.000Z (over 3 years ago)
- Last Synced: 2025-09-22T06:38:02.931Z (8 months ago)
- Language: C#
- Size: 7.83 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A companion repo to the Nexul Academy Angular courses found here: https://www.nexulacademy.com/courseware
- Angular Fundamentals
- Angular Advanced
To run this C# API:
- Open in Visual Studio 2022
- Set startup project to "SimpleCrm.Web.Api"
- Press F5, or "Run"
- An error page appears, a 404 page is missing where the Angular app you will build will load later.
- Navigate to /home to see the C# MVC home page.
During the advanced course, OAuth lessons you will connect this C# API to your Angular app. Then the Angular run output will appear at the localhost root.
The Angular project built during class should be added in the repo root folder and be called 'simple-crm-cli'