Skip to content

Latest commit

 

History

History
56 lines (47 loc) · 1.67 KB

File metadata and controls

56 lines (47 loc) · 1.67 KB

Tender Management System - (Tendy)

Coding


A powerful and efficient solution to manage the tenders built using Core Java, DBMS, JDBC and MySQL. This individual project streamlines the tender process, by automating the entire lifecycle of tenders, right from the submission of the tender document to the final evaluation of the tenders. The system includes features such as document management, bid evaluation, and reporting. This project demonstrates my ability to design and implement complex systems using Java and database technologies.

Tech Stack and Tools

  • Core Java
  • MySQL
  • JDBC

ER- Diagram

Coding


Modules

  • Admin Module
  • Vendor Module
  • Tender Module
  • Bidder Module

Features:

Admin Features

  • Admin can do all the operations like:
  • Add tender/vendor
  • Delete tender/vendor
  • View all tenders/vendors

Vendor Features

  • Vendor can do all the operations like:
  • Register himself
  • Delete himself
  • View all tenders
  • View status of tender
  • Can Bid on a tender

Installation & Run

  • To run this Application, you just have to clone the repository from github into your IDE.
  • After that, just simply run the main method and do the operations as per your requirement.