Skip to content

victorpre/wallet-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published