Whenever a company requires a service / merchandise , a tender is floated. Company maintains an empaneled list of Vendors. An empaneled vendor can only bid for a tender. Every vendor can bid only once against each tender. Against each tender there may be bids from several vendors. The company will then select the most suitable bid and places the order to that vendor.
There are 2 users in the system
- Administrator and
- Vendor
The Role of Administrator is
- Create new Vendor.
- View all the vendors.
- Create new tenders.
- View All the Tenders.
- View All the Bids of a tender.
- Select a Bid.
The Role of a Vendor is
- View all the current Tenders.
- Place a Bid against a Tender.
- View status of a Bid(Whether Selected or Not)
- View his own Bid History.
- Java
- JDBC
- MySQL
- clone the repository in your local
- import the project IDE (Spring tool suits etc)
- make your database( default database name="tender" )tables in mysql using database file attached in repository
- run the Main.java file from com.tms.UseCase package
- admin username = 'root' password='root'
- vendor username = email_id
- Home and Admin login functions:
- Vendor login and function
Thanks a lot