An e-commerce application for an online book store created with ASP.NET Core 6.0 and Angular, using SQL Server as database.
- Web API created using EF Core DB first approach
- Policy based Authorization using JWT
- Repository pattern
- Dependency Injection
- Swagger implementation
- Angular Material
- Routing & Navigation
- Auth guards
- Lazy loading of modules
- HTTP Interceptors
- Reactive forms
- Form validation (inbuilt and custom)
- Pipes
- Dynamic themes
- Visual Studio 2022
- SQL Server
- .NET Core 6.0 SDK or above
- Node.Js V12.0 or above
- Clone the Repo
- Scaffold the database using the DBScript
- Put your own connection string in appsettings.json file.
- Build and launch the application from Visual Studio.