The Blog app will be a classic example of a blog website. You will create a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
You will be building the Blog app for three weeks. Here is the list of projects that will guide you through the steps described above. You will find details about each of the milestone requirements in the upcoming program activities.
- Project 1: Setup and controllers.
- Project 2: Controllers specs.
- Project 3: Creating a data model.
- Project 4: Processing data in models.
- Project 5: Views.
- Project 6: Forms
- Project 7: Validations, Model specs, and n+1 problems.
- Project 8: Add Devise.
- Project 9: Add authorization rules.
- Project 10: Integration specs for Views.
- Project 11: Add API endpoints.
- Final Exercise: API documentation.
To get a local copy up and running, follow these steps.
Clone this repository to your desired folder:
git clone [email protected]:Farida-Hamid/BlogApp.git
cd BlogApp
Install dependencies:
bundle install
To run the project, execute the following command:
rails server
run:
rails db:create
rails db:migrate
rails db:seed
run:
rails s
run:
rspec
Describe between 1-3 key features of the application.
- User can sign in
- User can sign up
- User can check posts
- User can make a posts
- User can make a comment
- Editing to the devise views]
👤 Farida Hamid
- LinkedIn: LinkedIn
- GitHub: @Farida-Hamid
👤 Quami Killy
- GitHub: @killy10o10
- Twitter: @Quami_Killy
- LinkedIn: @Kingsley Okine
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.
NOTE: we recommend using the MIT license if you wish.