Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 958 Bytes

File metadata and controls

53 lines (31 loc) · 958 Bytes

Logo of the project

Find My Coffee Api

Find My Coffee API is the backend of a Full-Stack application. It allows you to handle all the app’s logic, built in Ruby using the Rails framework!

Tecnologias

  • Ruby version 2.5.1
  • Rails version 5.2.4.3
  • Postgres

Services Used

  • Github

Ruby Gems

  • Cors
  • ActiveRecord Postgis Adapter

Iniciando

  • Dependências

    • Ruby
    • Rails
  • To create and migrate the app’s database.

    • rake db:create db:migrate
  • To install the gems.

    • bundle install
  • To start the project.

    • rails s -p 3001

Features

As principais funções do app são:

  • Returning establishments that have already been reviewed.
  • Creating reviews.
  • Returning reviews for a specific establishment.

Links

Versioning

1.0.0.0