Skip to content

fernandoepm1/sfs-onebitexchange

Repository files navigation

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