Skip to content

ishimwezachee/BlogApp

Repository files navigation

BlogApp

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.

Entity Relationship Diagram

Built With

  • Ruby
  • Ruby on Rails

Getting Started

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

git clone https://github.com/ishimwezachee/BlogApp.git

cd BlogApp

Prerequisites

Ruby Rails PostgresSQL

Setup

Install gems with:

bundle install

Setup database with:

rails db:create
rails db:migrate

Usage

Start server with:

rails s

This will Open http://localhost:3000/ in your browser.

Run tests

Install npm with:

npm i

Install rspec with:

rails generate rspec:install

run the test with:

$ rspec spec
$ bundle exec rspec

Author

👤 Zachee Ishimwe

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

📝 License

This project is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages