Skip to content

This app is a simple app which mimics a real world blog website where users can post comments and see the comments made by other users.

Notifications You must be signed in to change notification settings

zieeco/rails-blog-app

Repository files navigation

Blog App

This app is a simple app which mimics a real world blog website where users can post comments and see the comments made by other users.

Built With

  • Ruby
  • Ruby on Rails

Getting Started

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

Prerequisites

Step 0: Prerequisites
Step 1: Downloading and Installing ruby and ruby on rails

MacOs, windows and Linux # download ruby

install ruby on rails

Clone the repository
  • Clone this repository or download the Zip folder:
https://github.com/zieeco/rails-blog-app.git
  1. Navigate to the location of the folder in your machine:

you@your-Pc-name:~$ cd <folder>
Usage

Get the Gem files and node_modules

bundle install
npm install
Run test

Run all test

rspec # run all test
rspec spec/models/user_spec.rb # test for the User model
rspec spec/models/post_spec.rb # test for the Post model
rspec spec/models/comment_spec.rb # test for the Comment model
rspec spec/models/like_spec.rb # test for the Like model

Authors

👤 zieeco

👤 Ciragane Nicole

🤝 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 Microverse for providing the project requirements and for the distribution of tasks.

📝 License

This project is MIT licensed.

About

This app is a simple app which mimics a real world blog website where users can post comments and see the comments made by other users.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published