Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 529 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 529 Bytes

OneBitExchange

Convert monetary values from around the world, now with cryptocurrencies.

Running the app

To run the app locally you need to have Docker installed, and follow these steps:

  1. Clone the project using
git clone [email protected]:fernandoepm1/sfs-onebitexchange.git
  1. Run docker-compose.yml file with
docker-compose up --build
  1. Create the database with
docker run --rm app bundle exec rake db:create
  1. Acess the app in http://localhost:3000