Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

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

# Blog-App

> The Blog app is a classic example of a blog website, a fully functional website that will show the list of posts and empowers readers to interact with them by adding comments and liking posts.

## Built With

- Ruby
- RoR
- PostgreSQL, Rubocop

## Live Demo (if available)

[Coming Soon]()

### Getting started
- In order to get a copy of this project you need to download it from https://github.com/NabilHY/blog-app.git
- Extract the zipped file and open it in your code editor
### Install
- Run the command bellow in your terminal to get all required files
```
bundle install
```
### Run tests
you can run one of the following command in your terminal
1. Run testing
```Ruby
rspec spec
```
2. Run linters
```Ruby
> Rubocop --color
> Rubocop -A
```

### Run live server
`$cd bin`
`$rails server`

## Authors

👤 **NabilHY**

- GitHub: [@NabilHY](https://github.com/NabilHY)
- Twitter: [@NeoNabil12](https://twitter.com/NeoNabil2)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/nabil-hayoun/)

## 🤝 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

- Hat tip to anyone whose code was used
- Inspiration
- etc

## 📝 License

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