Skip to content

This Project is a basic model of Stock Trading Management where buying and selling of stocks can be done,orders can be maintained.

License

Notifications You must be signed in to change notification settings

modhtanmay/Stock-Trading-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

StockTrad-Z

StockTrad-Z can do the following activity:

  1. Display list of stocks with their current share price.
  2. Buy or sell selected stock in specified quantity.
  3. Calculate order amount and brokers commission

Output Screens

Landing Page

This page is been made using HTML, CSS, BOOTSTRAP and THEMELEAF.

Landing Page

Welcome Page

This page is static for now but can be used to get news api and showing stock market news live.

Welcome Page

Stocks Page

The data used here is from database which you can find here Stocks. The improvement can be done where the data is dynamic using some stocks Apis. (will update it with necessary changes)

Stocks

Orders Page

Here the list of orders are seen which the trader traded from stocks Page.
This is linked to database (For project management of data is using JPA and database is MySql Workbench)

Stocks

Technologies Used

Database

MySql : MySQL Workbench is a visual database design tool that integrates SQL development, administration, database design, creation and maintenance into a single integrated development environment for the MySQL database system.

Scripting

JavaScript : JavaScript, often abbreviated as JS, is a programming language that conforms to the ECMAScript specification. JavaScript is high-level, often just-in-time compiled, and multi-paradigm. It has curly-bracket syntax, dynamic typing, prototype-based object-orientation, and first-class functions.

JSP : JavaServer Pages (JSP) is a technology for developing Webpages that supports dynamic content. This helps developers insert java code in HTML pages by making use of special JSP tags, most of which start with <% and end with %>.

FrontEnd

HTML/CSS : Hypertext Markup Language is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets and scripting languages such as JavaScript.

BootStrap : Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web development. It contains CSS- and JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components.

BackEnd

Java : Java is a general-purpose programming language that is class-based, object-oriented, and designed to have as few implementation dependencies as possible.

Spring MVC : The Spring Web MVC framework provides Model-View-Controller (MVC) architecture and ready components that can be used to develop flexible and loosely coupled web applications.

Spring Boot : Spring Boot is a project that is built on the top of the Spring Framework. It provides an easier and faster way to set up, configure, and run both simple and web-based applications. It is a Spring module that provides the RAD (Rapid Application Development) feature to the Spring Framework.

Setup Required

  • Eclipse / Intellij IDE
  • JDK (jdk 10 and above)
  • JRE(any latest versions)
  • Tomcat Server
  • Web Browser(Google Crome, Mozilla Firefox, Microsoft Edge)

Running the Project

  • Clone the repository as a maven project.
  • Import all the dependencies.
  • Run Application.java to run the application.
  • You will see the processing and verification of the process during the Application run.
  • Open Browser and Type in localhost:{server_port}.
    (Server Port Depends on local System you can change it by going here server.port)
  • That's it You are Good to go!!!.

About

This Project is a basic model of Stock Trading Management where buying and selling of stocks can be done,orders can be maintained.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published