This project is a social media app with basic styling. Here we are creating a friendship structure similar to Facebook's. Users can confirm, Ignore and delete friend requests from other users. Users can also post here, in addition to commenting, liking, and disliking friends' posts.
- Ruby v2.7.3
- Ruby on Rails v5.2.4
Ruby: 2.7.3 Rails: 5.2.3 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
This is project is deployed here on Heroku.
👤 Peter Mbuthia
- GitHub: @Blakbox23
- Twitter: @blakbox23
- LinkedIn: Peter Mbuthia
👤 Deepak Kumar
- GitHub: @Deepakdanger
Contributions, issues and feature requests are welcome!
Give a ⭐️ if you like this project!
We'd like to acknowledge the Microvere community for the support to complete this project.