Giter VIP home page Giter VIP logo

e-commerce-website's Introduction

E-Commerce Website:

This project is a simple E-Commerce website based on ASP.NET MVC 5

Features:

  • User can register, buy products, see his shop history.
  • Admin can insert, update, and delete products, view transaction history, top users etc.
  • The whole project is based on Entity Framework, Linq, and Lambda expression.
  • Also with some basic ADO.Net and Layered Architecture

Language used : asp.net (MVC)

Database : Microsoft SQL Server 2012

How to run the project :

  1. Import the database (ProductDB.bacpac) file to Microsoft SQL Server ar first.
  2. In visual studio, add the solution or project.
  3. Modify the Connection String as you needed to connect to database. Go to (inside project) : PMApp/Web.config. At the last portion, you'll find the connection string like below :
<connectionStrings>
    <add name="ProductDBContext" providerName="System.Data.SqlClient" connectionString="data source = .\SQLEXPRESS; initial catalog = ProductDB; user id = SA; password = 1234;"/>
  </connectionStrings>
  • Check on the internet how to write or change Connection Strings, change your data source, user id, password as needed. Or provide Windows Authentication , as your wish.
  1. Some word of wisdom : This is a very basic project in ASP.NET. My intention to upload this so that beginners can learn from it, get some idea for their project.

    Enjoy !!

e-commerce-website's People

Contributors

ishtiaqueirteza avatar

Stargazers

 avatar  avatar  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.