A social media application where users can create posts, make friends and engage with other friends' posts by liking their posts.
This repo includes intial code for social media app with basic styling. Its purpose is to be a starting point for Microverse students.
- Ruby v2.7.0
- Ruby on Rails v5.2.4
To get a local copy up and running follow these simple example steps.
Ruby: 2.6.3 Rails: 5.2.3 Postgres: >=9.5
Instal gems with:
bundle install
Setup database with:
rails db:create
rails db:migrate
Start server with:
rails server
Open http://localhost:3000/
in your browser.
- Sign up to create a user, posts, invite other users to be friends and accept or reject friendship requests.
rpsec --format documentation
- Deployed in Heroku
👤 George Gbenle
- GitHub: george-shammar
- Twitter: @GeorgeShammar
- LinkedIn: George Gbenle
👤 Alicia Rojas
- GitHub: @aliciapaz
- Twitter: @_alicia_paz
- LinkedIn: Alicia Rojas
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
Microverse for creating the scaffold upon which features are built.
This project is MIT licensed.