This backend server is a console base individual project. This server can able to manage the auction detail with seller, buyer and administrator related data and its items. This server is our project during the Masai curriculum. This project is completed within 5 days in unit-SB101.
-
Administrator roles:-
- View buyer list
- View seller list
- View daily selling report
- View dispute reports
-
Seller roles:-
- Add items
- Delete items
- Update items
- Selling report
- Items report
-
Buyer roles:-
- Select Items to buy
- See other buyer choices
- buy item
- copy this https://github.com/Abhinav-Mourya/automatedAuctionSystem
- Select path where you want to store the project in your pc
- open the corresponding file / folder with editor
- open terminal of your editor
- use --> git clone (paste link) <--
- after project cloned to your folder
- go to "Main.java" inside "app" folder
- run as java application
- Java
- JDBC
- SQL
- DAO
- Spring Tool Suite
- Mysql (RDBMS)