viniciuspalma / backend-code-challenge

Backend code challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Code Climate Test Coverage

Backend code challenge

Getting Started

After you have cloned this repo, run this setup script to set up your machine with the necessary dependencies to run and test this app:

cp config/databse.yml.example config/database.yml
bundle exec rake db:setup

It assumes you have a machine equipped with Ruby, Postgres, etc.

Docker Compose

Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a Compose file to configure your application’s services. All containers declared in docker-compose.yml.

To up the containers use:

docker-compose up

more informations about docker compose

About

Backend code challenge


Languages

Language:Ruby 95.2%Language:API Blueprint 4.8%