- Summary
- Technologies Used
- Features
- Screenshots
- Installation
Idea Factory is an app that allows users to share ideas and leave reviews.
- Ruby on Rails
- ERB
- Bootstrap
- HTML
- CSS
- PostgreSQL
- TDD with RSpec
- Sign in and sign up as a user
- Full CRUD functions: view, create, edit and delete ideas
- Like and unlike ideas
- Like counts for each ideas on the index and show pages
- Create and delete reviews
- Include 6 RSpec controller tests, practicing Test Driven Development (TDD)
- git clone URL
- cd into project
- Run rails db:create
- Run rails db:migrate
- Run rails db:seed
- Run rails s
- On the browser run localhost:3000