Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 562 Bytes

File metadata and controls

26 lines (16 loc) · 562 Bytes

Wallet API

Demo app and full API reference: https://multicard-wallet.herokuapp.com/ dead 💀

Clone the project

git clone https://github.com/victorpre/wallet-api.git && cd wallet-api/

Install dependencies

bundle install

Setup your database (This app uses PostgreSQL )

rake db:{create,migrate}

Run the application

rails s

What can you do?

rake routes to see available endpoints


Tests

To run the automated tests using rspec, run: rspec spec