Alfredbis29 / rails-blog

The Rails blog is a classic example of a blog website using build with rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails Blog

The Rails blog app is a classic example of a blog website. I created a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.

Prerequisites

  • Ruby on Rails
  • PostgreSQL

Getting Started

  • Run git clone on this project at the desired directory:
    git clone git@github.com:Mo7amedSMahdi/rails-blog.git
    
  • Go to the cloned directory with cd rails-blog
  • Install the required dependecies with bundle install
  • Install npm dependencies with npm install
  • With Ruby on Rails and PostgreSQL installed in your environment, you can run rails s to see the website

Tests

  • To run the tests you must first have run bundle install
  • Then in the repository's main directory run bundle exec rspec spec

Author

🤝 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

  • Hat tip to anyone whose code was used
  • Microverse program
  • My standup team
  • Microverse team
  • My family's support

📝 License

This project is Open Software License ("OSL") v 3.0 licensed.

About

The Rails blog is a classic example of a blog website using build with rails

License:Open Software License 3.0


Languages

Language:Ruby 77.2%Language:HTML 16.5%Language:CSS 4.1%Language:JavaScript 2.2%