Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/clairefro/crypto-calculator
- Owner: clairefro
- Created: 2020-01-24T21:34:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T16:58:20.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T02:17:53.917Z (6 days ago)
- Language: Ruby
- Homepage:
- Size: 1.15 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
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
* ...