javitocor / My-Blog-in-rails

Blog built with Ruby on Rails as a practice, no tutorials, no guidelines. In this blog, you can add posts, with tags, add comments and interact with other users. As an extra feature, one search bar will help you to find everything you want within the website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Blog in Rails

A blog built up with ruby on rails from scratch as a practice.

screenshot

What it does

You can login, create and edit posts, update your account information and your personal information, add comments to the posts, and many other features.

Built

  • Ruby on rails
  • VSCode
  • Ruby

Getting Started

To get a local copy up and running follow these simple example steps.

  • Clone the project unto your local machine
  • Run 'bundle install' and 'rails db:migrate'
  • Run the server with 'rails server'
  • Open your browser and type 'localhost:3000'

Prerequisites

  • Install Ruby's latest version

Author

👤 Javier Oriol Correas Sanchez Cuesta

Future features

  • Add authentication with Facebook
  • Add like/dislike feature
  • Add follow users feature

🤝 Contributing

Contributions, issues and feature requests are welcome! Start by:

  • Forking the project.
  • Cloning the project to your local machine.
  • cd into the project directory.
  • Run git checkout -b your-branch-name.
  • Make your contributions.
  • Push your branch up to your forked repository.
  • Open a Pull Request with a detailed description to the development branch of the original project for a review.

Attributions and Credit 🚀

  • Stackoverflow

Show your support

Give a ⭐️ if you like this project!

📝 License

Check out my stories on medium to see what I'm talking about! Follow me on Instagram and Twitter to see what I am up to!

Enjoy!

About

Blog built with Ruby on Rails as a practice, no tutorials, no guidelines. In this blog, you can add posts, with tags, add comments and interact with other users. As an extra feature, one search bar will help you to find everything you want within the website.

License:MIT License


Languages

Language:Ruby 66.1%Language:HTML 29.1%Language:CSS 3.1%Language:CoffeeScript 0.9%Language:JavaScript 0.8%