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

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


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

Last synced: about 1 month 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.

# How to build the Blog app
The end result should follow the following data model (this is an Entity Relationship Diagram that you are already familiar with):

> ![](./app/assets/images/blog_app_erd.png)

## Live link
[Click here](https://magic-bloger.herokuapp.com)

## Built With

- Ruby on Rails
- Tailwind CSS
- Ruby
- Bubocop

## Getting Started

**To get a local copy up and running follow these simple example steps.**

### Prerequisites
- Ruby should be installed on your machine
- Install Ruby on Rails and PostgresQL

### Setup
```
git clone https://github.com/Mwapsam/Blog-app.git
cd Blog-app
```
### Install
```
bundle install
```

### Play with the code
```
rails c
```

### Populate the db with dummy data
```
rake db:migrate
rake db:seed
```

### Run linters
```
rubocop -a

```
rails s
```

### Tests
```
rspec spec
```

## 👤Mwape

- GitHub: [@mwapsam](https://github.com/Mwapsam)
- Twitter: [@mwapesamuel4](https://twitter.com/mwapesamuel4)
- LinkedIn: [mwapsam](https://www.linkedin.com/in/mwapsam/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Many thanks to Microverse

## 📝 License

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