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
- Host: GitHub
- URL: https://github.com/abayo-luc/hello-books-rb
- Owner: abayo-luc
- Created: 2019-10-04T19:09:48.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2020-07-28T04:49:23.000Z (almost 5 years ago)
- Last Synced: 2025-02-11T16:36:40.628Z (5 months ago)
- Topics: books, codacy-badge, jsonwebtoken, rails, rspec, ruby
- Language: Ruby
- Homepage:
- Size: 213 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello-Books Api
[](https://travis-ci.com/abayo-luc/hello-books-rb) [](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) [](https://codeclimate.com/github/abayo-luc/hello-books-rb/maintainability) [](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 /`