https://github.com/raminmammadzada/rails-blog-app
Microverse School > Rails > #2 Blog App
https://github.com/raminmammadzada/rails-blog-app
migration rest ruby ruby-on-rails
Last synced: 9 months ago
JSON representation
Microverse School > Rails > #2 Blog App
- Host: GitHub
- URL: https://github.com/raminmammadzada/rails-blog-app
- Owner: RaminMammadzada
- Created: 2020-09-17T19:09:02.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2020-09-18T21:36:37.000Z (almost 6 years ago)
- Last Synced: 2025-03-29T14:05:33.048Z (over 1 year ago)
- Topics: migration, rest, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 1.44 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Microverse School > Rails > #2 Blog App

In this project we created a simple blog system and learn the basics of Ruby on Rails.
- [x] Miltestone 1 - Models, Views, and Controllers (MVC)
- [x] Miltestone 2 - Data Structures & Relationships
- [x] Miltestone 3 - Routing
- [x] Miltestone 4 - Migrations
- [x] Miltestone 5 - Views with forms, partials, and helpers
- [x] Miltestone 6 - RESTful design
- [x] Miltestone 7 - Adding gems for extra features
## Built With
- Ruby on Rails
## Linters
- Rubocop
- Stylelint
## Getting Started
To get a local copy up and running follow these simple example steps.
### Install
In order to run, you need to install RUBY and Rails in your computer. For windows you can go to [Ruby installer](https://rubyinstaller.org/) and for MAC and LINUX you can go to [Ruby official site](https://www.ruby-lang.org/en/downloads/) for intructions on how to intall it.
Then you can clone the project by typing ```git clone https://github.com/RaminMammadzada/rails-blog-app```
### Run app
- Type ```bundle install``` in the root file of the project.
- Type ```rails s``` in the root file of the project.
## Authors
👤 **Ramin Mammadzada**
- Github: [@RaminMammadzada](https://github.com/RaminMammadzada)
- Twitter: [@RaminMammadzada](https://twitter.com/RaminMammadzada)
- Linkedin: [@RaminMammadzada](https://www.linkedin.com/in/raminmammadzada)
👤 **Jurgen Clausen Gutierrez**
- Github: [@jurgen1c](https://github.com/jurgen1c)
- LinkedIn: [jurgen-clausen](https://www.linkedin.com/in/jurgen-clausen-2740061a9/)
## 🤝 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
- [Microverse](https://www.microverse.org/)
- [The Odin Project](https://www.theodinproject.com/courses/databases/lessons/sql)
- [jumpstartLab](http://tutorials.jumpstartlab.com/projects/blogger.html)
## 📝 License
This project is [MIT](lic.url) licensed.