/desafio-back-end

A idéia deste desafio é nos permitir avaliar melhor as habilidades de candidatos à vagas de programador, de vários níveis.

Primary LanguageRuby

README

Technical challenge to Engineering Backend position

Requirements:

  • Ruby version: 2.6.3

  • Rails version: 5.2.4.2

  • Database: Postgres

    • username: postgres

    • password: postgres

    • Obs.: This credentials can be changend in config/database.yml

Configurations

  1. Clone the repository
  2. Run bundle
  3. Run rails db:create db:migrate db:seed

Usage

Local

  1. Run rails s
  2. Access on browser http://localhost:3000/

Heroku