This project is an individual project created by Satyanand Shrivastava as part of the Java Comprehensive course at Masai School. The project was completed during the construct week of unit-5 under the guidance of IA Manager Shishir Kumar Padhan Project Name-
Stock Broker System
Description-
The Stock Broker System is a console-based application that allows users to manage their stock investments. Users can create an account, view their portfolio, buy and sell stocks, and track their investment performance over time. In this Project I have developed a stock broker system which has following Users: A. Broker B. customer.
There are 2 users in the system:
- Broker
- customer
The Role of the Broker:
- Login with his account.
- View all the customers.
- Add new stocks.
- View all the stocks.
- View consolidated report of a stock.
- Delete customer.
- Delete stock.
- logout his account
The Role of a Customer is:
- The Customer can sign-up.
- Login with his account
- View all the stocks.
- Buy and sell stocks.
- View his own transaction History
- Add & withdraw funds to & from your wallet.
- logout and delete the account.
Technologies Used Backend: Java. (Hibernate) Database: SQL.