/bootcampSFS-petadmin

Bootcamp Super Full Stack OneBitCode - PetAdmin

Primary LanguageRuby

PET Admin

This app is made to the OneBitCode Bootcamp. You can checkout my code here.

Configuration

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

Initialization

To create our database, use rails db:create. After that you can migrate all the tables availables with rails db:migrate

Tests

To run our tests, simply put the rspec command on terminal.

Mail

In development we use Mailcatcher. So when you open up the application the server is started on http://localhost:1080