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 |
- Clone the project
git@github.com:EGiataganas/voicesnapit-backendAPI.git
- Install project's dependencies using bundler.
bundle install
- Next, migrate the database:
rake db:create db:migrate
- Run tests
rspec
- Startup the Server
rails server