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

https://github.com/zhadier/blog-app


https://github.com/zhadier/blog-app

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

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

# Blog App

>"Blog App" is a classic example of a blog website. A fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.

## Built With

- Ruby
- Rails
- Postgres

## Getting Started

### To launch the project locally:

#### Step 1:

- Clone this repo locally using git in the command line and the following command

```bash
> git clone git@github.com:zhadier/blog-app.git
```

- Then cd into the directory using

```bash
> cd blog-app
```

- Alternatively, you can just download the complete zip file and extract the folder in your directory

#### Step 2:

- In the project directory, you first download all dependencies using:

```bash
> bundle install
```

- then setup the db using the following command in the CL

```bash
> rails db:setup
```

- Finally, you can use this command to start the live server and checkout the app!

```bash
> rails s
```

## Testing:
To perform tests, run the following command

```bash
> bundle exec rspec spec
```

## Authors

👤 **Zeeshan Haider**

- GitHub: [@zhadier](https://github.com/zhadier)
- LinkedIn: [Zeeshan Haider](https://www.linkedin.com/in/zhadier39/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome and highly encouraged!
We feel that your input is what helps us grow so you're always Welcome :)

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

## Show your support

Give a ⭐️ if you like this project!
I would love to hear your thoughts and ideas 🖤

## 📝 License

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