https://github.com/cwaku/blog
The Blog app is a classic example of a blog website. A fully 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 / PostgreSQL
https://github.com/cwaku/blog
blog blogtemplate rails ruby ruby-on-rails rubyonrails
Last synced: 6 months ago
JSON representation
The Blog app is a classic example of a blog website. A fully 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 / PostgreSQL
- Host: GitHub
- URL: https://github.com/cwaku/blog
- Owner: cwaku
- Created: 2022-03-31T16:56:49.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-04-25T17:14:02.000Z (about 3 years ago)
- Last Synced: 2023-03-06T18:06:34.033Z (about 2 years ago)
- Topics: blog, blogtemplate, rails, ruby, ruby-on-rails, rubyonrails
- Language: Ruby
- Homepage:
- Size: 5.38 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog App
> The Blog app is a classic example of a blog website. A fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.
## Built With
- Ruby on Rails
- Ruby## Prerequisites
- Ruby
- Ruby on Rails
- PostgreSQL## Install
- Ruby
- Ruby on Rails(as a gem)
- Postgresql database## Getting Started
To get a local copy of the app, run the following commans in your terminal:
- `git clone https://github.com/cwaku/blog.git`
- `cd blog`
- `bundle install`Run the following commands to run the app
- `rails db:create`
- `rails db:migrate`
- `rails s`In your browser, go to
- `http://localhost:3000`
## Testing
- To install rspec: gem install rspec
- To run all the tests: rspec ./spec## Authors
👤 **Ricky Mormor**
- GitHub: [@cwaku](https://github.com/cwaku)
- LinkedIn: [Ricky Mormor](www.linkedin.com/in/rickymormor)
- Instagram: [@rickymormor](https://instagram.com/rickymormor)
- Twitter: [@rickymormor](https://twitter.com/rickymormor)👤 **Fikerte Tesfaye**
- GitHub: [@Fikerte-T](https://github.com/Fikerte-T)
- Twitter: [@tofikertesfaye](https://twitter.com/tofikertesfaye)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/fikerte-tesfaye-a68337216/)
## 🤝 ContributingContributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!