Skip to content

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

License

Notifications You must be signed in to change notification settings

MrHassanKhan/MovieApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 52.0%
  • HTML 22.3%
  • C# 22.0%
  • JavaScript 2.0%
  • SCSS 1.7%