Skip to content

killy10o10/BlogApp

 
 

Repository files navigation

Blog App

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.

Projects list

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.
  • Exercise: API documentation.

💻 Getting Started

To get a local copy up and running, follow these steps.

Setup

Clone this repository to your desired folder:

  git clone git@github.com:Farida-Hamid/BlogApp.git
  cd BlogApp

Install

Install dependencies:

bundle install

Usage

To run the project, execute the following command:

  rails server

Setup database

run:

rails db:create
rails db:migrate
rails db:seed

Run the app

run:

rails s

Run tests

run:

rspec

Key Features

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

🔭 Future Features

  • Editing to the devise views]

👥 Authors

👤 Farida Hamid

👤 Quami Killy

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license if you wish.

(back to top)

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 75.9%
  • HTML 21.0%
  • CSS 1.6%
  • JavaScript 1.5%