Skip to content

E-commerce web site built with ASP.NET Core(C#) and Vue.js(TypeScript)

Notifications You must be signed in to change notification settings

fabiojansenbr/online-shop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Shop

How to run this application

git clone https://github.com/ryuichi24/online-shop.git
cd online-shop
docker-compose up -d

After all containers get ready, access:

Demo credentials

Demo accounts both for a normal user and admin user were created. You can login with each credential below:

Database Schema

home

Dependencies

dotnet add package Microsoft.EntityFrameworkCore
dotnet add package Microsoft.EntityFrameworkCore.Design
dotnet add package Microsoft.EntityFrameworkCore.SqlServer
dotnet add package Swashbuckle.AspNetCore
dotnet add package Microsoft.AspNetCore.Authentication
dotnet add package Microsoft.AspNetCore.Authentication.JwtBearer
dotnet add package System.IdentityModel.Tokens.Jwt

About

E-commerce web site built with ASP.NET Core(C#) and Vue.js(TypeScript)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 56.3%
  • Vue 18.8%
  • TypeScript 17.5%
  • SCSS 6.3%
  • JavaScript 0.5%
  • HTML 0.3%
  • Other 0.3%