Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nabilhy/blog-app
https://github.com/nabilhy/blog-app
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nabilhy/blog-app
- Owner: NabilHY
- Created: 2022-09-20T16:36:45.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-12T17:16:09.000Z (about 2 years ago)
- Last Synced: 2023-03-04T01:48:58.563Z (almost 2 years ago)
- Language: Ruby
- Size: 183 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.