Skip to content

eCommerce Application for Vintage Clothing Store: Lucky Duck Vintage

Notifications You must be signed in to change notification settings

stjordanis/LuckyDuck

 
 

Repository files navigation

Lucky Duck Vintage Clothing

E-Commerce Web App for Vintage Clothing Store 🔥

logo

A Full Stack Web ECommerce application built on .NET Core 3.1 and Angular 9.

WARNING: The Stripe API section of this Project is still in Development


📕 Table of Contents


🛠️ Demo

demo1

demo2


📂 Running

This UI for this project was generated with Angular CLI version 9.0.1. You can cd into client folder run:

npm install
ng serve

The API for this project is built using .NET Core 3.1. To run, cd into the API directory and run:

dotnet restore 
dotnet watch run.

🔥 Technologies

Server Side:

  • .Net Core
  • Generic Repository Patterns
  • Unit of Work Pattern
  • Specification Pattern
  • Azure Redis Cache
  • Sqlite during devlopment
  • MYSQL in Production
  • Swagger
  • Stripe Implementation

Client Side:

  • Angular 9
  • Bootstrap 4
  • ngx-bootstrap
  • Font Awesome
  • Lazy Loading
  • Caching
  • RXJS
  • Design Components

💻 Credits

Influenced by Neil Cummings


About

eCommerce Application for Vintage Clothing Store: Lucky Duck Vintage

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 53.1%
  • TypeScript 31.6%
  • HTML 10.9%
  • JavaScript 2.5%
  • SCSS 1.9%