Giter Site home page Giter Site logo

shoppingapp's Introduction

ShoppingApp (in development)

E-commerce web project which contains both web api and web UI applications. Developed by using C# .Net Core framework, CQRS, Repository pattern, auto mapper auto and validator

Installation requirements

.Net 5.0
MSSQL server 2019

Usage

For using code, you need to modify following files:

  1. sharedappsettings_forgit.json
  2. appsettings_forgit.json (In Web.Api project)
  3. appsettings_forgit.json (In Web.UI project)

Required Steps are:

  1. Replace values of keys with your parameters. For example:
"ApiKey":"AbC123KJE43avfe96"
  1. Remove "_forgit" part from the name of settings file and save
  2. In ShoppingAppDbContextFactory inside ShoppingApp.Domain project replace connectioon string with yours
  3. Open the terminal and go to project directory. Then type:
cd shoppingapp.domain
dotnet ef migrations add initial
dotnet ef database update

This will create migrations folder inside ShoppingApp.Domain project. Migrations are used to create tables in your database.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

shoppingapp's People

Contributors

arazmaharramli avatar

Watchers

 avatar  avatar

shoppingapp's Issues

.NET 5 and nuget update

hello I tried .NET 5 core got some errors, also with nuget updates latest... can you update... I am very interested in this.

Does it have dashboard with widgets etc

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.