{"id":18366726,"url":"https://github.com/gaurav000001/tender-management-cli","last_synced_at":"2026-05-01T19:34:06.346Z","repository":{"id":183592789,"uuid":"604242174","full_name":"Gaurav000001/Tender-Management-CLI","owner":"Gaurav000001","description":"A C.L.I. Based Application for Tender Management, which allows users to Place a Bid for any Open Tender, browse his/her bid history, Update their profile, change their password, and Delete a Bid, Using Java with J.D.B.C. and MySQL database.","archived":false,"fork":false,"pushed_at":"2023-08-27T16:21:43.000Z","size":3081,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T19:46:16.708Z","etag":null,"topics":["console-application","java","jdbc-api","mysql","sql"],"latest_commit_sha":null,"homepage":"https://github.com/Gaurav000001/Tender-Management-CLI","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Gaurav000001.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-20T16:27:15.000Z","updated_at":"2023-08-23T16:37:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"98b6c2ab-18e8-431d-8405-308c8945a488","html_url":"https://github.com/Gaurav000001/Tender-Management-CLI","commit_stats":null,"previous_names":["gaurav000001/tender-management-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Gaurav000001/Tender-Management-CLI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gaurav000001%2FTender-Management-CLI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gaurav000001%2FTender-Management-CLI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gaurav000001%2FTender-Management-CLI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gaurav000001%2FTender-Management-CLI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gaurav000001","download_url":"https://codeload.github.com/Gaurav000001/Tender-Management-CLI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gaurav000001%2FTender-Management-CLI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32510807,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["console-application","java","jdbc-api","mysql","sql"],"created_at":"2024-11-05T23:18:48.923Z","updated_at":"2026-05-01T19:34:06.312Z","avatar_url":"https://github.com/Gaurav000001.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![GitHub top language](https://img.shields.io/github/languages/top/Gaurav000001/Tender-Management-API?color=yellow)\n![GitHub forks](https://img.shields.io/github/forks/Gaurav000001/Tender-Management-API?style=social)\n![GitHub Repo stars](https://img.shields.io/github/stars/Gaurav000001/Tender-Management-API?style=social)\n\n\u003cimg alt=\"coding banner\" width=\"100%\" src=\"https://github.com/Gaurav000001/Tender-Management-API/blob/main/Tender%20Cover%20Image.jpg\"\u003e\n\n## ER Diagram\n\n\u003cimg alt=\"coding banner\" width=\"100%\" src=\"https://github.com/Gaurav000001/Tender-Management-API/blob/main/ER%20Diagram.png\"\u003e\n\n## Tender Management System\n\n#### C.L.I BASED APPLICATION\n\nTender Management System is designed to streamline the process of floating **Tenders** and managing **Bids** for a **Company**.\n\nThe system allows for the `Creation` and `Management` of an empaneled list of **Vendors** who are eligible to **Bid** on **Tenders**.\n\nThe application will be used by the two categories of users:\n\n- **Administrator (Admin)**\n\n- **Vendor (Bidder / User)**\n\n## Tech Stack\n\n- Java\n- J.D.B.C.\n- MySql\n\n## System Structure\n\nThe **Administrator** is responsible for managing the system, including creating a new **Vendor**, Deleting a **Vendor**, Create new **Tender**, View all Tenders / Vendors, etc.\n\nThe **Vendor** can view all current **Tenders** for which he/she got **Selected**, place **Bids**, View status of his/her Bid, View Bid **History**, `Update` Profile and `Change Password`.\n\n\u003e A **Vendor** can **Bid** for a **Tender** only once.\n\n- ### Administrator\n\n  - Register new Vendor\n  - View all Vendors\n  - Create new Tender\n  - View all Tenders\n  - View Bids of Tender\n  - Assign Tender to Vendor\n  - Delete Vendor\n  - Delete Tender\n  \n - ### Vendor / Bidder\n\n    - Show Current Tenders\n    - Place Bid for Tender\n    - Show Bid History\n    - Delete Bid\n    - Update Profile\n    - Change Password\n  \n## Features\n\n- Open/Close Tender - Vendor\n- Bid for Open Tender - Bidder\n- Select the best bid and close the Tender - Administrator\n- Login/Logout as a Vendor, Bidder, or Administrator\n\n## Setting and Installation\n\nInstall the Spring Tool Suite\n```bash\nhttps://spring.io/tools\n```\n\nInstall MySQL Community Server\n```bash\nhttps://dev.mysql.com/downloads/mysql/\n```\n\nClone the Project\n```bash\nhttps://github.com/Gaurav000001/Tender-Management-API.git\n```\n\n\n\u003e ### Import the database attached above\n\n\nOpen MySQL Server\n```bash\nCreate a New Database in SQL: tms\n```\n\nGo to the Project Directory \u0026 Open SQL Folder \u003e SQL Tables\n```bash\nCreate The Same Tables in Your tms Database \n```\n\n## Run Locally\n\nGo to the Project Directory\n```Bash\nOpen the `Tender Management System/tms` Folder With S.T.S \n```\n\nGo to Build Path \u003e Libraries \u003e Class_Path\n```bash\nAdd the Jar File Present in JDBC Driver As External Jar\n```\n\nGo to utility Package \u003e dbDetails.properties\n```bash\nurl jdbc:mysql://localhost:3306/tms\nusername your-username\npassword your-password\n```\n\nGo to UI Package\n```bash\nNOTE : Insert Data Into Database Either Through Application OR Through MySQL By Entering the Queries From SQL Queries  \n```\n\n```bash\nRun as Java Application !\n```\n\n## Contributions\n\nContributions are always **Welcome** !\n\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are Greatly Appreciated.\n\nIf you have a suggestion that would make this application better, Please fork the repo and create a pull request. You can also connect with me for further development of this application !\n\nDon't forget to give the project a star ! Thank You !\n\n## Authors\n\n- [Gaurav Ganguly](https://github.com/Gaurav000001)\n\n## Contact Me\n\n[![portfolio](https://img.shields.io/badge/my_portfolio-A020F0?style=for-the-badge\u0026logo=ko-fi\u0026logoColor=white)](https://Gaurav000001.github.io/)\n\n[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://www.linkedin.com/in/gaurav-ganguly-bb7ba9246/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaurav000001%2Ftender-management-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgaurav000001%2Ftender-management-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaurav000001%2Ftender-management-cli/lists"}