Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 736 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 736 Bytes

VoiceSnapIT

VoiceSnapIT is a backend API which integrates two image recognition services AWS Rekognition and Microsoft Computer Vision.

Dependency Version
Ruby 2.5.1
Rails 5.1.4
Postgresql 0.21

Getting Started

  1. Clone the project
[email protected]:EGiataganas/voicesnapit-backendAPI.git
  1. Install project's dependencies using bundler.
bundle install
  1. Next, migrate the database:
rake db:create db:migrate
  1. Run tests
rspec
  1. Startup the Server
rails server