GithubHelp home page GithubHelp logo

itsorionz / e-commerce-application-smart-shop-final-project Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 84.53 MB

JavaScript 25.41% HTML 14.96% TypeScript 10.23% CSS 2.19% C# 47.17% Batchfile 0.03%

e-commerce-application-smart-shop-final-project's Introduction

E-Commerce-Smart-Shop-Final-Project

SmartShop

A Ecommerce site Made with ASP .NET Core , ASP .NET Web API & Angular

Technologies at glance

Frontend Technologies JavaScript Angular TypeScript SignalR

Backend / API Technologies

ASP .NET Core Web API ASP .NET Core EntityFrameworkCore SignalR

Requirement

  1. Install node js
  2. Visual Studio Code 2019
  3. Install dotnet ef global tool using this command dotnet tool install --global dotnet-ef

Installation guide

  1. Download the repositories.
  2. Open the SmartShop.DataApi project in the command prompt & write the below command.
  3. Add migration for SmartShopDbContext - dotnet ef migrations add "ss_v0" --project ..\SmartShop.DataLib\SmartShop.DataLib.csproj --startup-project .\SmartShop.DataApi.csproj -c SmartShopDbContext
  4. Update migration for SmartShopDbContext - dotnet ef database update "ss_v0" --project ..\SmartShop.DataLib\SmartShop.DataLib.csproj --startup-project .\SmartShop.DataApi.csproj -c SmartShopDbContext
  5. Add migration for AppDbContext - dotnet ef migrations add "st_v0" -c AppDbContext
  6. Update migration for AppDbContext - dotnet ef database update -c AppDbContext
  7. Open SmartShop.Web project in the command prompt and run the server on 5001 port - dotnet run --urls=http://localhost:5001
  8. Open the SmartShop.DataApi project in the command prompt and run - dotnet run
  9. Open the SmartShop.Web\ClientApp in the command prompt and run - npm install & then ng serve -o

e-commerce-application-smart-shop-final-project's People

Contributors

itsorionz avatar

Watchers

 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.