Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.62 KB

README.md

File metadata and controls

57 lines (40 loc) · 1.62 KB

MovieApp

A full-stack web application for managing movie data, created with ASP.NET Core and Angular, using SQL Server as a database.

Google Gemini integration

GoogleGeminiDemo.mp4

Concepts Covered

ASP .NET Core

  • Web API created using EF Core DB first approach
  • Role-based authorization using JWT
  • Repository pattern
  • Dependency Injection

Angular

  • Angular Material
  • Routing & Navigation
  • Auth guards
  • Lazy loading of modules
  • HTTP Interceptors
  • Reactive forms
  • Form validation (inbuilt and custom)
  • Pipes

Prerequisites

  • Visual Studio 2022
  • SQL Server
  • SQL Server Management Studio (SSMS)
  • .NET Core 7.0 SDK or above
  • Node.Js V16.0 or above

Steps to run the app

  1. Clone the Repo
  2. Scaffold the database using the DBScript
  3. Put your own connection string in appsettings.json file.
  4. Build and launch the application from Visual Studio.

Live Demo

https://movieapp-angular.azurewebsites.net/

Licenese

MIT

See Also