joaogdfaero / editora_livros_rails

Este projeto consiste na construção de um website de uma editora de livros utilizando Ruby on Rails.
0 stars 0 forks source link
rails ruby

Contributors Forks Stargazers Issues LinkedIn


Logo

Rails Publisher

This project consists of building a website for a book publisher using Ruby on Rails. Its objectives include developing basic skills in using Ruby On Rails. It is one of the projects in the mentoring program DesenvolvendoMe.


· Report Bug · Request Feature

Features :iphone:

CPF validation and generation of a report with books published by the author. Filtering books by title or author.
1 2

Project Stages :ballot_box_with_check:

1 - CRUDs

2 - Implement APIs

3. Roles (Rules)

4. Filters

5. Reports

API Documentation (Postman) ruby

Link

Technologies:

Installation

  1. Clone this repository
    git clone https://github.com/joaogdfaero/editora_livros_rails.git

  2. Access the project folder
    cd editora_livros_rails

  3. Install the necessary gems
    bundle

  4. Run the application server
    rails s

  5. The server will start on port: 3000 - access:
    http://localhost:3000

Kanban kanban

Project Kanban


Mentor / Leader: Marco Castro
Student / Author: João Gabriel Dal Forno (joao.dal@acad.ufsm.br)

(Back to top)