GithubHelp home page GithubHelp logo

nxt-ws-algo's Introduction

Capco Algo Trading Workshop

Welcome to the Capco Algorithmic Trading WorkShop. Before we start, please follow the steps below in order to prepare for the workshop.

Git installation

Before we start, we need to install git client on a machine in order to checkout the source code of the application. Please, download the client from the following link: Git download page

After installation, you can checkout the repository running the following command from command line in a directory you wish to download the sources to:

git clone https://github.com/eriksuta/nxt-ws-algo

Maven install

Our application uses maven as a build tool. In order to build the application from downloaded sources. To install maven on your machine, download it from following link: Maven download page

After download, install maven according to information in following link: Maven install Make sure you can run the mvn -v in command line and see the version of installed maven.

Building the application

Demo trading application is build using Spring Boot. There are multiple ways to run the application, the first one is using an IDE (We prefer to work with IntelliJ IDEA, but feel free to use your favourite IDE):

Other option is to build and run it from command line. Navigate to application root directory and run the following command:

  • Build and run: mvn spring-boot:run

After this step, you should be able to navigate to http://localhost:8080/ in your favourite browser and see the following index page: Login Page

We will start our workshop from this step. Looking forward to seeing you all.

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.