This is going to be a fully functional blog application that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
- 1: Creating a data model.
- 2: Validations and Model specs.
- 3: Processing data in models.
- 4: Setup and controllers.
- 5: Controllers specs.
- 6: Views.
- 7: Forms.
- 8: Integration specs for Views and fixing n+1 problems.
- 9: Add Devise.
- 10: Add authorization rules.
- 11: Add API endpoints.
- Ruby
- Rails
- Rubocop
To get a local copy up and running follow these simple example steps.
git clone git@github.com:sireclifford/journal.git
bundle install
rubocop -A
rails server
👤 Clifford Owusu
- GitHub: @sireclifford
- Twitter: @sire_clifford
- LinkedIn: sireclifford
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.