Skip to content

redwing555/rails-blog

Repository files navigation

Blog App

The Blog app is a classic example of a blog website. It's a functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.

Built With

  • Ruby
  • Ruby on Rails

Getting Started

Follow these steps below :

Setup

git clone https://github.com/redwing555/railsblog

cd railsblog

Prerequisites

Ruby Rails PostgresSQL

Install gems with:

bundle install

Start server with:

rails s

Open http://localhost:3000/ in your browser. Run tests

Install npm with:

npm i

Install all Ruby dependecies with:

bundle install

Tests

  • Run gem install rspec to install Rspec,
  • Run rspec spec to run all tests.
  • Run rspec ./spec/models --format documentation to run all tests on models with detailed description.

Authors

👤 Houssam Hichami

🤝 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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published