Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 888 Bytes

File metadata and controls

22 lines (18 loc) · 888 Bytes

ElectronicsStoreAPI- development in progress

ElectronicsStore API is an Ecommerce web API that was developed to manage the backend of an online electronics store.

Database Schematic

A relational database (MySQL) was used for this project, with 6 tables for Users, Category, Product, Cart, CartProduct and Discount created respectively.

Packages installed

AutoMapper.Extensions.Microsoft.DependecyInjection Microsoft.AspNetCore.Authentication.JwtBearer Microsoft.AspNetCore.Identity Microsoft.AspNetCore.Identity.EntityFramework Microsoft.AspNetCore.JsonPatch Microsoft.AspNetCore.Mvc.NewtonsoftJson Microsoft.EntityFrameworkCore Microsoft.EntityFrameworkCore.Design Microsoft.EntityFrameworkCore.SqlServer Microsoft.EntityFrameworkCore.Tools Microsoft.VisualStudio.Web.CodeGeneation.Design Swashbuckle.AspNetCore

The payment gateway integration using Paystack in progress