Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.12 KB

README.md

File metadata and controls

57 lines (38 loc) · 1.12 KB

Blog App

A typical example of a blog website is the Blog app. I built a completely working website that displays a list of topics and allows visitors to engage with them by leaving comments and like them.

Built With

  • Ruby
  • Ruby on rails
  • Device
  • 💓

Get Started

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

$ git clone https://github.com/omarsalem7/Blog-app
$ cd Blog-app
$ bundle install 
$ rake db:create 
To get fake data to test run:
$ rake db:seed 
$ rake db:migrate 

To run tests for models

rspec spec/models
rspec spec/features 

Authors

👤 Omar Salem

🤝 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
  • Inspiration
  • etc