This app is made to the OneBitCode Bootcamp. You can checkout my code here.
To build this project. Make sure you have the Docker installed on your machine.
To build using Docker, run:
docker-compose build && docker-compose run --rm app bundle install
And to open up the app, run:
docker-compose up
To create our database, use rails db:create
. After that you can migrate all the tables availables with rails db:migrate
To run our tests, simply put the rspec
command on terminal.
In development we use Mailcatcher. So when you open up the application the server is started on http://localhost:1080