Skip to content

Contacts API from One Bit Code. Pagination, tests and contact addresses included.

Notifications You must be signed in to change notification settings

senott/OneBitContacts

Repository files navigation

README

This API is a mini-course from One Bit Code (https://onebitcode.com/).

  • Ruby version
    2.7.1

  • System dependencies
    PostgreSQL

  • Database creation

    $ rake db:create && rake db:migrate
    
  • How to run the test suite

    $  bundle exec rspec
    
  • Additions to the initial project:

    • Pagination using Kaminari
    • Tests using RSpec
    • Contact can have many addresses

About

Contacts API from One Bit Code. Pagination, tests and contact addresses included.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published