https://github.com/shalithasuranga/ebuy-network
Simple Online Buying and Selling Network built using ASP .NET MVC
https://github.com/shalithasuranga/ebuy-network
asp-net-mvc csharp online-shop
Last synced: 2 months ago
JSON representation
Simple Online Buying and Selling Network built using ASP .NET MVC
- Host: GitHub
- URL: https://github.com/shalithasuranga/ebuy-network
- Owner: shalithasuranga
- License: mit
- Created: 2017-10-15T07:54:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-21T03:58:21.000Z (over 7 years ago)
- Last Synced: 2025-04-15T04:16:10.183Z (2 months ago)
- Topics: asp-net-mvc, csharp, online-shop
- Language: C#
- Size: 1.29 MB
- Stars: 7
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.MD
Awesome Lists containing this project
README
# Ebuy-Network
Simple Online Buying and Selling Network built using ASP .NET MVC## Prerequsites
- Visual Studio
- MSSQL Server
- IIS Server with ASP.NET
- SQL Server Management Studio## Installation Guide
- Download the project zip folder or clone the repository into your computer.
- Create new Database 'ebuynetwork' in MSSQL Server .
- Download the [Database Backup](Database/EbuyNetwork.sql) and import via SQL Server Management Studio
- Run the project via Visual Studio