Skip to content

saradoubleu/RsTraders

 
 

Repository files navigation

RSTraders

Description

RSTraders is as an educational tool for individuals interested in exploring cryptocurrencies. User transactions are stored in the simulated blockchain (designed specifically for this project). The blockchain is run locally on the server and was built using JavaScript.

Dependencies

  • React.js
  • Express.js
  • Knex.js
  • Node.js
  • PostgreSQL

Getting Started

  1. Install all dependencies by running the command npm install
  2. cd /express-api/ and start the server by running the command npm start server.js
  3. From the root directory, start the web server by running the command npm start
  4. Using a web browser, navigate to http://localhost:3000/

Screenshots

Main Page

"Main Page"

User Profile Page

"User Profile Page"

Trade Page

"Trade Page"

Favourites Page

"Favourites Page"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.9%
  • CSS 3.7%
  • HTML 1.3%
  • Shell 0.1%