Link to website on Heroku
In this project , I create a site that searches images based on a user selecting a coloured square.
Technology
- Rails 5.0.2
- Rspec
- Heroku
- Bootstrap
- Active Record
- Postgres
Languages
- Ruby
- SQL
- HTML
- CSS
Website Screenshots
-
Visit website on Heroku
-
View HomePage and click a text inside a coloured box to start search
-
View search result and click on a picture to visit its webpage
Step up
- In terminal,
git clone https://github.com/BasileKoko/bink.git
, thencd bink/
- Run
bundle install
- Create Databases
rake db:create
, thenrake db:migrate
- To run website on server, in terminal enter
rails s
- Visit
localhost:3000
Testing