Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clairefro/crypto-calculator

Rails + React crypto wallet example
https://github.com/clairefro/crypto-calculator

Last synced: 3 days ago
JSON representation

Rails + React crypto wallet example

Awesome Lists containing this project

README

        

based on tutorial by zaineio

https://github.com/zayneio/cryptocurrency-calculator

https://www.youtube.com/watch?v=dpYPLUO3QcI

### note to future self:
to make post requests in postman with x-csrf-token, be sure to include Cookies (provided by rails) in request header, in addition to X-CSRF-TOKEN.

# README

This README would normally document whatever steps are necessary to get the
application up and running.

Things you may want to cover:

* Ruby version

* System dependencies

* Configuration

* Database creation

* Database initialization

* How to run the test suite

* Services (job queues, cache servers, search engines, etc.)

* Deployment instructions

* ...