Cryptopeer
- See your cryptocurrencies and trade coins with other users! Cryptopeer is a cryptocurrency trading simulator.
- See top cryptocurrency rates, from coinmarketcap API.
PROJECT OVERVIEW
Functionality:
- Cryptopeer allows the user to log in and see other users and the cryptocurrencies that they are trading.
- The user can click on a card to make a trade!
- New transactions and changes to users' wallets are saved to the database.
- React routes.
- Verification.
- Serializers.
- JWT authentication.
Set up:
- Cryptopeer has an OO React / javascript frontend.
- Ruby on Rails backend with MVC architecture.
- Pure CSS styling.
To run:
- Clone our backend: https://github.com/atkinsonholly/Cryptopeer
- Start the rails server: rails s
- Start node: npm start
- Go to: localhost:3001
- Holly Atkinson - https://github.com/atkinsonholly
- Jack Ling - https://github.com/lingy94
This project was bootstrapped with Create React App.