Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raminka13/blog-app
A blog is a a regularly updated website or web page, typically one run by an individual or small group, that is written in an informal or conversational style. This project is done with Ruby on Rails implementing all the CRUD methods.
https://github.com/raminka13/blog-app
blog crud-application ruby ruby-on-rails
Last synced: 3 days ago
JSON representation
A blog is a a regularly updated website or web page, typically one run by an individual or small group, that is written in an informal or conversational style. This project is done with Ruby on Rails implementing all the CRUD methods.
- Host: GitHub
- URL: https://github.com/raminka13/blog-app
- Owner: raminka13
- Created: 2022-10-18T15:28:43.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-10T18:33:47.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T20:08:40.158Z (over 1 year ago)
- Topics: blog, crud-application, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 175 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
![Ruby](https://img.shields.io/badge/ruby-%23CC342D.svg?style=for-the-badge&logo=ruby&logoColor=white) ![Rails](https://img.shields.io/badge/rails-%23CC0000.svg?style=for-the-badge&logo=ruby-on-rails&logoColor=white)
# Ruby on Rails Blog App
A great blog app created with RoR.## Class diagram for the Database
![](blog_app_erd.png)## Getting Started
- Check the Ruby version or if you have at all by running `ruby -v` if you get something like this `ruby 2.6.8p205 (2021-07-07 revision 67951)` you have Ruby installed.
- Clone the repository by runiing `git clone https://github.com/raminka13/blog-app.git` in your CLI.
- `cd blog-app`
- Run `bundle install`
- Run `rails server`
- Open Browser `http://localhost:3000/`## Testing
- Run `rspec spec/`## Author
👤 *Raul A Ospina* 🧑🏻💻
- GitHub: [@raminka13](https://github.com/raminka13)
- Twitter: [@raminka13](https://twitter.com/raminka13)
- LinkedIn: [Raul Ospina](http://linkedin.com/in/raul-ospina)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/raminka13/blog-app/issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.