An open API service indexing awesome lists of open source software.

https://github.com/abayo-luc/hello-books-rb

Book Store: Hello Books
https://github.com/abayo-luc/hello-books-rb

books codacy-badge jsonwebtoken rails rspec ruby

Last synced: 3 months ago
JSON representation

Book Store: Hello Books

Awesome Lists containing this project

README

        

# Hello-Books Api

[![Build Status](https://travis-ci.com/abayo-luc/hello-books-rb.svg?branch=develop)](https://travis-ci.com/abayo-luc/hello-books-rb) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/40b39a7ea89849a9ac59e286de1629b5)](https://www.codacy.com/manual/luc.bayo/hello-books?utm_source=github.com&utm_medium=referral&utm_content=abayo-luc/hello-books&utm_campaign=Badge_Grade) [![Maintainability](https://api.codeclimate.com/v1/badges/6a6a3e5e3cc0204b0f26/maintainability)](https://codeclimate.com/github/abayo-luc/hello-books-rb/maintainability) [![codecov](https://codecov.io/gh/abayo-luc/hello-books-rb/branch/develop/graph/badge.svg)](https://codecov.io/gh/abayo-luc/hello-books-rb)

## GET STARTED

> - Install all gem: `bundle install`
> - Create database: `rails db:create`
> - Run Migration: `rails db:migrate`
> - Run test: `bundle exec rspec`

## ENPOINTS

Welcome endpoint `GET /`