Course Tutorial Web App based on Angular, Web Api, SQL, Authentication, Basic Redux
//Hi, Due to time crunch few parts are still pending. In canse any suggestion/queries, you can contact me, I'll try to answer.
OverView:
This is a simple Course Tutorial App made in Web Api and Angular. This project has Home page and Admin Page. Admin can create/Edit/delete Contents Any user can only view contents. Feature : Menus are displayed using recursive functions, so you can have unlimited menu tree.
Api: CodeBaseline
First Delete Migrations folder then run below command
- Add connection string in appsettings.json
- Make sure nuget packages are installed
- Run below Commands in packages manager console.
- add-migration initial
- update-databse
// UI code-baseline-ui-ng this folder is fron end app. Open code-baseline-ui-ng in VS Code and run command ng serve
Register User Got To Admin Portal Ceate Menu, Sub Menu, Course content View those on Home page
Ignore Course Tiles and Course Content menu from side nav, as those are being navigated from Menu blink in admin side nav. Page Images Admin Link: http://localhost:4200/admin/content/7/2
Home Page : http://localhost:4200/















