An open API service indexing awesome lists of open source software.

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

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