rpire / blog-app

This is a Ruby on Rails app created during the fifth module of the Microverse Program.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog App

Blog App is a project from the fifth module of the Microverse program. With it, we learned how to build applications using the Ruby on Rails framework.

In this project, we created a web blog app that has routes to different views:

  • Users Index.
  • User Details.
  • User's Posts.
  • Post Details.

Built With

  • Ruby/Rails
  • Postgres

Getting Started

  • Make sure you have Rubyand Rails installed in your system. You can install Ruby here. After that, Rails can be installed by running gem install rails.

  • Clone this repository by running git clone https://github.com/rpire/blog-app.git in your command line.

  • Navigate to the repository by running cd blog-app.

  • Start the project by running rails s on the command line.

  • Go to localhost:3000/ and watch the displayed view of the project in your browser.

  • Finally, run code . to see the files in your default code editor.

Author

👤 Rubén D. Pire

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • A special thanks to Microverse for inspiring this project. We are indebted to you all at Microverse
  • A special thanks goes to all our peers at Microverse for being there for us.

📝 License

This project is MIT licensed.

About

This is a Ruby on Rails app created during the fifth module of the Microverse Program.

License:MIT License


Languages

Language:Ruby 76.5%Language:HTML 18.0%Language:JavaScript 4.0%Language:SCSS 0.8%Language:CSS 0.8%