Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/farida-hamid/blogapp


https://github.com/farida-hamid/blogapp

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

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

## 💻 Getting Started

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

### Setup

Clone this repository to your desired folder:

```sh
git clone [email protected]:Farida-Hamid/BlogApp.git
cd BlogApp
```

### Install

Install dependencies:

```sh
bundle install
```

### Usage

To run the project, execute the following command:

```sh
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**

- LinkedIn: [LinkedIn](https://linkedin.com/in/farida-hamid)
- GitHub: [@Farida-Hamid](https://github.com/Farida-Hamid)

👤 **Quami Killy**

- GitHub: [@killy10o10](https://github.com/killy10o10)
- Twitter: [@Quami_Killy](https://twitter.com/Quami_Killy)
- LinkedIn: [@Kingsley Okine](https://www.linkedin.com/in/kingsley-okine/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

_NOTE: we recommend using the [MIT license](https://github.com/Farida-Hamid/School-Library/blob/dev/LICENSE) if you wish._

(back to top)