GithubHelp home page GithubHelp logo

simple-stock-market's Introduction

Simple Stock Market

This is a simple stock market application.

Development guidelines/approach

  • Write minimum amount of code to produce working software
  • Unused/deprecated code not used. Commented code not left behind
  • Test first approach (TDD)
  • Spring Boot is used for bootstrapping the application
  • Maven is used for building the application
  • Class/method/variable names are self-explanatory so that comments are not needed to identify their purpose
  • All the tests have meaningful names which describe what they are testing
  • All the classes are packaged under a single package since this is a very small and simple implementation

Running the application

  • No UI provided
  • No console input handling provided
  • The application is runnable solely from its tests
  • Clone the repository
  • Go to the project root and execute the following 2 commands (in order)
  1. mvn clean surefire-report:report

  2. mvn site -DgenerateReports=false

  • Go to the target -> site directory and open the surefire-report.html file to view the test results

simple-stock-market's People

Contributors

sambamitra avatar samba-mitra avatar renovate-bot avatar

Stargazers

Saransh avatar

Watchers

James Cloos avatar  avatar

simple-stock-market's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

maven
pom.xml
  • org.springframework.boot:spring-boot-starter-parent 1.3.5.RELEASE
  • org.apache.commons:commons-lang3 3.3.2

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.