Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 1.76 KB

README.md

File metadata and controls

59 lines (44 loc) · 1.76 KB

full-purpose-7427

Title: BLOCK YOUR STOCKS:

logoblock

This Project is an individual project in the association of Masai School during the contruct week of unit-4 under the course Java Comprehensive with course code JA-111 under the instructions of IA Manager : Mr. Rahul Singh

Description: What is StockBroker System; A Stockbroker has a wide range of responsibilities based on their clients and accounts. Typically, they are responsible for keeping track of changes in the financial markets and executing buys or selling stocks when they receive them.

In this Project I have developed a stock broker system which has following Users: A. Admin B. User

Admin: Admin is person who organizes and can manage the backend and frontend of the application. These are the following functionalities respect to admin:

  1. Login
  2. Add Stocks
  3. View All Stocks
  4. Delete Stock
  5. Update Stock
  6. View All Customers
  7. View All Transactions
  8. Logout

User: User is a customer who can use the application with the following functionalities.

  1. Register
  2. Login
  3. View the stocks available to buy
  4. Buy stock
  5. Sell stock
  6. Add money to wallet
  7. Withdraw money to wallet
  8. View personal profile
  9. View personal transactions
  10. Logout

Basic Flow of the application:

stock broker flow

Tech Stacks Used:

  1. Java

How to install and run the project: Installation : Clone the Project from github repo link: https://github.com/nmohammednawaz/full-purpose-7427.git

How to Run:

  1. Install Java Development Tool Kit
  2. Open cloned folder into it
  3. Run as java application.