Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.23 KB

README.md

File metadata and controls

32 lines (18 loc) · 1.23 KB

RsTraders

RsTraders is as an educational tool for individuals interested in exploring or investing in cryptocurrency. User transactions are stored in the simulated blockchain (designed specifically for this project). Blockchain is run locally on the server. Built the blockchain in JavaScript to mine transactions and stored blocks as flat file. Stack used to develop the app: React, Material UI, Chartjs, Nodejs, Express, Knex and postgreSQL. If you have any questions, you can contact me directly!

Getting Started

  1. Install dependencies using the npm install command.
  2. Start the web server using the npm start command in root and ./express-api/ folders. The app will be served at http://localhost:3000/.
  3. Go to http://localhost:3000/ in your browser.

Dependencies

  • Express
  • Node 5.10.x or above
  • PostgreSQL
  • React

Screen shots

Main Page "Main Page"

Favorites "Favorites"

User Profile "User Profile"