- The app follows the following User Journey to build the MVP
- The user logs in to the app, only by typing the username
- The user is presented with the homepage
- Left-side menu.
- Reviews tab in the centre
- Right-side section with *Who to follow
- The Reviews section includes:
- Simple form for creating an opinion.
- List of all reviews (sorted by most recent) that display review text and author details.
- The Who to follow section
- When the user opens the profile page they can see:
- Left-side menu
- Cover picture and Reviews tab in the centre
- Right-side section with Profile detailed info.
- The Profile detailed info section includes:
- User photo.
- Button to follow a user.
- Stats: total number of tweets, number of followers and number of following users.
- List of people who follow this user.
- Create all the Three models and its associations
- Connect Front End to Back End.
- Test the models/features using Rspec.
- Deploy app using Heroku.
- Ruby v2.7
- Ruby on Rails v6.0.3
- Gems used for testing: Capybara, Rspec-Rails, Shoulda-matchers and FactoryBot
To get a local copy up and running follow these steps:
- Ruby: 2.7
- Rails: 6.0.3
- Postgres: >=9.5
- Git
- Fork/Clone this project to your local machine
- Open folder in your local environment and run these lines of code to get started:
Install gems with:
bundle install
Setup database with:
rails db:create
rails db:migrate
Start server with:
rails server
Then open a web page and go to port 3000 on your local machine.
bundle exec rspec
The application was deployed on heroku. To deploy your own copy, you can follow the following steps:
👤 Phylis Chepchumba
- Github: @Phlylis05
- Linkedin: PhylisChepchumba
- Twitter: chepchumba05
Contributions and feature requests are welcome!
Start by:
- Forking the project
- Cloning the project to your local machine
cd
into the project directory- Run
git checkout -b your-branch-name
- Make your contributions
- Push your branch up to your forked repository
- Open a Pull Request with a detailed description to the development(or master if not available) branch of the original project for a review
Give a ⭐️ if you like this project!
-
You can access all the design info (color, typography, layouts) in this link: (https://www.behance.net/gregoirevella)
-
Design Idea by Gregoire Vella