Skip to content

orassayag/candlesticks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Candlesticks

Built in December 2018. React.js + Node.js (Websocket + Express.js) application to create candlesticks (Price chart) by intervals.

Getting Started

Clone the project to your computer. Steps to view the solution:

  1. Open the server project on the IDE (I used VSCode).
  2. In the terminal run: 'npm i'. (and wait to download all node_modules directory).
  3. Once finished, in the terminal run: 'node index.js'.
  4. Open the client project on another IDE.
  5. In the terminal: npm i (again, wait to download all node_modules directory).
  6. Once finished, in the terminal run: 'npm start'.
  7. Wait 10 seconds once you see the loading animation to collect enough data for the first candlestick.
  8. Happy testing :).

Prerequisites

You'll need to install VS Code, Node, and clone the project, run npm i + node index.js

Built With

  • Node.js - The web framework used - server side.
  • React.js - The web framework used - client side.
  • Git - Source management.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Author

License

This application has an UNLICENSED license.

About

Built in December 2018. React.js + Node.js (Websocket + Express) application to create candlesticks (Price chart) by intervals.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published