This project provides a social media website created with Ruby on Rails. We tried to implement a UX based on Facebook, so the user will find that he/she can log in, create a post, comment it, like it, add a friend, remove it at will and reject or accept a request for friendship.
The goal of this project was to apply MVC configuration, Forms, Active Record, Associations, Session, Cookies and Authentication, Callbacks and more.
Unit tests and Integration test were added as well (RSpec/Capybara/Shoulda).
Deployment implemented with Heroku.
- Ruby v3.0.0
- Ruby on Rails v6.1.3.2
To get a local copy up and running follow these simple example steps.
Ruby: 3.0.0 Rails: 6.1.3.2 Postgres: >=9.5
Instal gems with:
bundle install
Setup database with:
rails db:create
rails db:migrate
To make sure the linters' checks using Github Actions work properly, you should follow the next steps:
- On your recently forked repo, enable the GitHub Actions in the Actions tab.
- Create the
feature/branch
and push. - Start working on your milestone as usual.
- Open a PR from the
feature/branch
when your work is done.
Start server with:
rails server
Open http://localhost:3000/
in your browser.
rpsec --format documentation
Tests will be added by Microverse students. There are no tests for initial features in order to make sure that students write all tests from scratch.
TBA
👤 Sebastian Rizzuto
- GitHub: @srizzuto
- Twitter: @sbstnrzzt
- LinkedIn: Sebastian Rizzuto
👤 Barack Mukelenga
- GitHub: @barackm
- Twitter: @BarackMukelenga
- LinkedIn: Barack Mukelenga
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- To my coding partner who helped me through all the work
- To our Stand Up Team who kept the morale up!
TBA