Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergiomauz/ror-blog-app
A simple Blog App built with Ruby on Rails.
https://github.com/sergiomauz/ror-blog-app
Last synced: 15 days ago
JSON representation
A simple Blog App built with Ruby on Rails.
- Host: GitHub
- URL: https://github.com/sergiomauz/ror-blog-app
- Owner: sergiomauz
- License: mit
- Created: 2020-04-28T19:35:47.000Z (over 4 years ago)
- Default Branch: development
- Last Pushed: 2023-01-19T18:38:17.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T23:50:51.730Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blog App
> It is a project with educational purposes using Ruby on Rails.
> Full task description [here](https://www.theodinproject.com/courses/ruby-on-rails/lessons/ruby-on-rails-ruby-on-rails)## Built With
- Ruby 2.6.5
- Rails 5.2.4.2
- VS Code## How to Install
- Install Ruby in your system. To install Ruby, you can read the [Documentation](https://www.ruby-lang.org/en/documentation/installation/)
- Install Rails. You can read this [page](https://www.theodinproject.com/courses/ruby-on-rails/lessons/your-first-rails-application-ruby-on-rails)
- Install Bundler.
- Clone it using **git clone** command.
- Run in your terminal **bundle install**.
- Run in your terminal **rake db:migrate**.
- Run in your terminal **rails server**.
- Open your browser using the URL that rails shows you.## Demo
[Link demo](https://nameless-fortress-83623.herokuapp.com/)## Authors
👤 **Sergio Zambrano**
- Github: [@sergiomauz](https://github.com/sergiomauz)
- Twitter: [@sergiomauz](https://twitter.com/sergiomauz)
- Linkedin: [Sergio Zambrano](https://www.linkedin.com/in/sergiomauz/)👤 **Felipe Rosa**
- Github: [@flpfar](https://github.com/flpfar)
- Twitter: [@flpfar](https://twitter.com/flpfar)
- Linkedin: [Felipe Augusto Rosa](https://www.linkedin.com/in/felipe-augusto-rosa-7b96a4b1/)## 🤝 Contributing
Contributions, issues and feature requests are welcome!. Feel free to check the [issues page](https://github.com/sergiomauz/RoR-Blog-App/issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](LICENSE) licensed.