Convert monetary values from around the world, now with cryptocurrencies.
To run the app locally you need to have Docker installed, and follow these steps:
- Clone the project using
git clone [email protected]:fernandoepm1/sfs-onebitexchange.git
- Run docker-compose.yml file with
docker-compose up --build
- Create the database with
docker run --rm app bundle exec rake db:create
- Acess the app in http://localhost:3000