Kushal129 / Auction_Management_System

Auction management system In APS.NET + SQLdatabase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auction Management System

Description

The Auction Management System is a web application developed using ASP.NET framework with C# in Visual Studio. It serves as a platform for managing and conducting auctions efficiently. This system provides a user-friendly interface for both administrators and participants to streamline the auction process.

Objectives

  • Efficiently manage and organize auctions.
  • Provide a secure and transparent platform for participants.
  • Simplify the auction creation, bidding, and closing processes.
  • Generate comprehensive reports for administrators.

Features

  1. User Authentication:

    • Secure user registration and login system.
  2. Auction Creation:

    • Create new auctions with details such as item description, starting bid, and auction end time.
  3. Bidding System:

    • Allow participants to place bids on auction items.
    • Real-time bid updates for participants.
  4. Admin Dashboard:

    • Monitor and manage all ongoing auctions.
    • View bidding history and participant details.
  5. Reporting:

    • Generate and export reports on auction outcomes and participant activities.

Technologies Used

  • ASP.NET Framework
  • C# Programming Language
  • SQL Server Management Studio 19

Installation Steps

  1. Clone the Repository:
git clone https://github.com/yourusername/auction-management-system.git
  1. Database Setup: Open SQL Server Management Studio and execute the provided SQL script to create the database schema.

  2. Configure Connection String: Open the project in Visual Studio. Locate the Web.config file. Update the connection string with your database details.

  3. Build and Run: Build the solution in Visual Studio. Run the application.

  4. Access the Application: Open a web browser and go to http://localhost:yourport (replace yourport with the specified port number). then / and Filename (e.g., index.aspx)

Usage

  • Admin Access: Log in with the admin credentials to access the admin dashboard.

  • Participant Access: Register as a participant or log in if already registered. Browse and bid on available auctions.

Support

For any issues or questions, please create an issue.

About

Auction management system In APS.NET + SQLdatabase


Languages

Language:ASP.NET 54.8%Language:C# 43.7%Language:CSS 1.4%Language:JavaScript 0.1%