In this project we developed a full flesh social media application from modelling the entity relationship diagram (ERD) to building the needed ActiveRecords.
Some of the advanced concepts explored in this project includes.
- Working with advanced associations, many-to-many relationships.
- Using RSpec testing using shoulda-matchers and capybara
- Ruby v2.7.0
- Ruby on Rails v5.2.4
- RSpec
To get a local copy up and running follow these simple example steps.
Ruby: 2.6.3 Rails: 5.2.3 Postgres: >=9.5
$ git clone https://github.com/acushlakoncept/ror-social-scaffold.git
$ cd ror-social-scaffold
Install gems with:
bundle install
Setup database with:
make sure you have postgress sql installed and running on your system
rails db:create
rails db:migrate
Start server with:
rails server
Open http://localhost:3000/
in your browser.
rpsec
👤 Somoye
- Github:@somoye123
- Twitter:@ayotunde_197
- LinkedIn:Somoye Ayotunde
👤 Uduak Essien
- Github: @acushlakoncept
- Twitter: @acushlakoncept
- Linkedin: acushlakoncept
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse TSE members who reviewed and gave us positive feedbacks and guidance.
- Microverse