A social media application built with Ruby on Rails with the typical features of a social media application like, posting, commenting on friend's post, like or dislike a post, invite another user to friendship, accept or deny a friend request.
- Ruby v2.7.0
- Ruby on Rails v5.2.4
https://agile-chamber-96976.herokuapp.com/
To get a local copy up and running follow these simple example steps.
On your terminal run:
$ git clone [email protected]:eduardoreisalvarenga/ror-social-scaffold.git
$ cd ror-social-scaffold
$ bundle install
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.
rpsec --format documentation
👤 Eduardo
- Github: @githubhandle
- Twitter: @twitterhandle
- Linkedin: linkedin
👤 Oloo Moses
- Github: @githubhandle
- Twitter: @twitterhandle
- Linkedin: linkedin
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
TBA
TBA