This is the repository for the backend of the Complimenter app - a Jonathan Van Ness-inspired app which delivers personalised compliments based on an image uploaded by the user.
Fork and clone this repository. You will also need to fork and clone the frontend repository which can be found here: https://github.com/CalieR/complimenter-frontend
We built this using the following versions:
ruby 2.3.3p222 (2016-11-21 revision 56859) [x86_64-darwin18]
Rails 5.2.3
postgres (PostgreSQL) 11.2
Setup the rails database and load the seed data:
rails db:create
rails db:migrate
rails db:seed
Start the rails server. The frontend will default to localhost/3000 so use -p flag to select a different port:
rails s -p 3002
- Ruby On Rails
- PostgreSQL
- Imagga - Used to identify image colours and tags
This project is licensed under the MIT License - see the LICENSE.md file for details
Thank you to Queer Eye and the fabulous Jonathan Van Ness for inspiring our app :) Thanks to all the incredible instructors at Flatiron School London for their support.