Giter VIP home page Giter VIP logo

yalcincan / net5_vue3_ecommerce Goto Github PK

View Code? Open in Web Editor NEW
11.0 2.0 5.0 45.81 MB

NET Core Identity,JWT,Role Based Authorization,Vue3,Vuex,Fluent Validation,Vuelidate,AOP,Admin Dashboard,Sending Emails,Complete Account Management

C# 55.97% JavaScript 9.38% Vue 34.26% SCSS 0.23% HTML 0.17%
asp-net-core vue3-composition-api vuex vuelidate autofac fluentvalidation automapper repository-pattern quasar-framework jwt

net5_vue3_ecommerce's Introduction

.NET5 with VueJS 3 Composition API (Quasar Framework) ECommerce Project

Ecommerce Gif

Features

Backend

  • .NET5
  • Entity Framework Core โ€“ Code First
  • Response Wrappers
  • Repository Pattern
  • Action Filters
  • Automapper
  • Pagination,Search,Filter(Autofilterer)
  • Net Core Identity with JWT Authentication,Refresh Token
  • Role Based Authorization
  • Database Seeding
  • Custom Exception Handling Middleware
  • Complete User Management (Register / Generate Token / Forgot Password / Confirmation Mail)
  • Logging (Serilog),Memory Caching,Validation (Fluent Validation),Transaction,Exception,Performance with Aspects (Autofac,Castle.DynamicProxy)

Frontend

  • Vue3
  • Composition API
  • Vuelidate
  • Vuex
  • Route guards
  • Dashboard

How To Start Asp Net Core API

For asp net core, you must edit the appsettings.json file before typing these commands.

dotnet ef migrations add CreateDatabase --context ECommerceContext --project "DataAccess" --startup-project "WebAPI"
dotnet ef database update --context ECommerceContext --project "DataAccess" --startup-project "WebAPI"

After these commands, a database will be created. Default Admin Account :

Username : admin
Password : 159357456qW

Checkout Page Credit Card Information :

CardName : "John Doe"
CardName : "5528790000000008"
ExpirationMonth : "12"
ExpirationYear : "2030"
Cvc : "123"

How To Start Quasar Project

Project requires Quasar Framework

npm install
quasar dev

net5_vue3_ecommerce's People

Contributors

yalcincan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.