All Projects → AnkitSharma-007 → BookCart

AnkitSharma-007 / BookCart

Licence: MIT License
An e-commerce application for an online book store.

Programming Languages

CSS
56736 projects
typescript
32286 projects
C#
18002 projects
HTML
75241 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to BookCart

SPA-With-Blazor
Creating a Single Page Application with Razor pages in Blazor using Entity Framework Core database first approach.
Stars: ✭ 27 (-76.72%)
Mutual labels:  sql-server, entity-framework-core, asp-net-core, ankit-sharma
ASPCore.BlazorCrud
CRUD Using Blazor And Entity Framework Core
Stars: ✭ 39 (-66.38%)
Mutual labels:  sql-server, entity-framework-core, asp-net-core, ankit-sharma
Aspnetcoreactivedirectorystarterkit
Starter kit to quickly create ASP.NET Core with On-Premises Active Directory Authentication.
Stars: ✭ 71 (-38.79%)
Mutual labels:  sql-server, entity-framework-core, asp-net-core
car-rental
CarRental Project
Stars: ✭ 13 (-88.79%)
Mutual labels:  web-api, entity-framework-core, asp-net-core
Kodkod
https://github.com/alirizaadiyahsi/Nucleus Web API layered architecture startup template with ASP.NET Core 2.1, EF Core 2.1 and Vue Client
Stars: ✭ 45 (-61.21%)
Mutual labels:  web-api, entity-framework-core, asp-net-core
MinimalApi
ASP.NET Core 7.0 - Minimal API Example - Todo API implementation using ASP.NET Core Minimal API, Entity Framework Core, Token authentication, Versioning, Unit Testing, Integration Testing and Open API.
Stars: ✭ 156 (+34.48%)
Mutual labels:  sql-server, entity-framework-core, asp-net-core
StoreCleanArchitecture-NET
This is a basic project to demonstrate an introduction about the implementation of Clean Architecture on .NET
Stars: ✭ 19 (-83.62%)
Mutual labels:  sql-server, web-api, entity-framework-core
RCM
RCM is a simple CRM application designed for Auto Parts Store made with ASP.NET Core based on DDD, CQRS and SOLID Principles.
Stars: ✭ 29 (-75%)
Mutual labels:  sql-server, entity-framework-core, asp-net-core
CRUD.ASPCore.Reactjs.WebAPI.EF
CRUD Operations in ASP.NET Core application using React.js , Web API and Entity Framework core DB first approach with the help of VS 2017.
Stars: ✭ 80 (-31.03%)
Mutual labels:  entity-framework-core, asp-net-core, ankit-sharma
N-Tier-Architecture
This is a n-layer architecture based on Common web application architectures.
Stars: ✭ 105 (-9.48%)
Mutual labels:  sql-server, entity-framework-core, asp-net-core
eixample
Multi-Tenant .NET 6 Architecture (Angular, Vue, React)
Stars: ✭ 61 (-47.41%)
Mutual labels:  entity-framework-core, asp-net-core
ASPCore.Two-Factor-Authentication
Perform two factor authentication in an ASP.NET core application using Google Authenticator app
Stars: ✭ 29 (-75%)
Mutual labels:  asp-net-core, ankit-sharma
MusicDatabase-API
This project is able to manage your songs, artists, albums and more by RESTful API. Developed with ASP.NET Core 2.0 & EF Core and used PostgreSQL Database Provider. Implemented Swagger to project.
Stars: ✭ 18 (-84.48%)
Mutual labels:  entity-framework-core, asp-net-core
AspNetCore-Dynamic-Permission
Dynamic Permission Samples in ASP.NET Core and ASP.NET MVC 5.
Stars: ✭ 19 (-83.62%)
Mutual labels:  authorization, asp-net-core
Sitko.Core
Sitko.Core is a set of libraries to help build .NET Core applications fast
Stars: ✭ 46 (-60.34%)
Mutual labels:  entity-framework-core, asp-net-core
SQLiteEncryptionUsingEFCore
SQLite Encryption using Entity Framework Core (EFCore)
Stars: ✭ 42 (-63.79%)
Mutual labels:  entity-framework-core, asp-net-core
simple-blog-back
Back-End for Simple Blog
Stars: ✭ 36 (-68.97%)
Mutual labels:  entity-framework-core, asp-net-core
CVPZ
No description or website provided.
Stars: ✭ 16 (-86.21%)
Mutual labels:  web-api, asp-net-core
JwtAuthDemo
ASP.NET Core + Angular JWT auth demo; integration tests; login, logout, refresh token, impersonation, authentication, authorization; run on Docker Compose.
Stars: ✭ 278 (+139.66%)
Mutual labels:  authorization, asp-net-core
ASP.NET-CORE-MVC-Sample-Registration-Login
C# Asp.Net Core MVC Sample Registration/Login/Email Activation Form with MsSQL Server/Entity Framework/Onion Architecture
Stars: ✭ 37 (-68.1%)
Mutual labels:  entity-framework-core, asp-net-core

BookCart

An e-commerce application for an online book store created with ASP.NET Core 6.0 and Angular 11, using SQL Server as database.

Concepts Covered

ASP .NET Core

  • Web API created using EF Core DB first approach
  • Policy based Authorization using JWT
  • Repository pattern
  • Dependency Injection
  • Swagger implementation

Angular

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

Prerequisites

  • Visual Studio 2022
  • SQL Server
  • .NET Core 6.0 SDK or above
  • Node.Js V12.0 or above

Steps to run the app

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

Live Demo

https://bookcart.azurewebsites.net/

Licenese

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].