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.
- Ruby
- Ruby on Rails
To get a local copy up and running follow these simple example steps.
- A text editor Vscode
MacOs, windows and Linux # download ruby
Clone the repository
- Clone this repository or download the Zip folder:
https://github.com/zieeco/rails-blog-app.git
- 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
👤 zieeco
- GitHub: @zieeco
- Twitter @zieecodes
- LinkedIn: Isaac Imaobong Samuel
👤 Ciragane Nicole
- GitHub: @ciraganenicole
- Twitter: @CiraganeN
- LinkedIn: CiraganeNicole
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to Microverse for providing the project requirements and for the distribution of tasks.
This project is MIT licensed.