Giter Site home page Giter Site logo

coins-market's Introduction

Coins market

How to start:

  1. Place your own settings into "config.properties", example here "src\main\resources\config.properties".
  2. Change in application-context.xml path to "config.properties" if needed, e.g. "config.properties" can be placed at tomcat conf directory.
  3. Start mysql database.
  4. Run "mysql-init-schema.sql" on your database for creating structure.
  5. Optional: run mysql-init-data.sql for populate database with initial data.
  6. Create xml price matrix file in place that you set in p.1: "price.file.path".
  7. Build project.
  8. Deploy artifact on tomcat.
  9. Open in browser "http://localhost:8080/". And now you should see table with coins.

How to refresh price matrix file content:

  1. Change price matrix file and save it in right place.
  2. Open jConsole.
  3. Connect to tomcat.
  4. Find been/priceTypeService and method refreshPriceTypeFromFile();
  5. Invoke it. Now you new file loaded to system.

Need to be done:

  1. Functionality of adding coins from UI.
  2. UI visualisation of countries and subscribers in system.
  3. Full functional tests.

coins-market's People

Contributors

overriderb avatar

Watchers

James Cloos avatar  avatar

Forkers

aihua

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.