Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/braincee/blogging-app
About Microverse Module 05 Project: This is an educational project to create a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
https://github.com/braincee/blogging-app
microverse-projects microverse-students rails ruby ruby-gem ruby-on-rails
Last synced: about 1 month ago
JSON representation
About Microverse Module 05 Project: This is an educational project to create a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
- Host: GitHub
- URL: https://github.com/braincee/blogging-app
- Owner: braincee
- Created: 2022-10-21T15:24:25.000Z (about 2 years ago)
- Default Branch: development
- Last Pushed: 2022-12-05T02:04:50.000Z (almost 2 years ago)
- Last Synced: 2024-10-07T17:31:30.826Z (about 1 month ago)
- Topics: microverse-projects, microverse-students, rails, ruby, ruby-gem, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 5.47 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Ruby on Rails Blog App
> The Blog app is a classic example of a blog website. This is a fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking those posts.
## Built With
- Ruby
- Ruby on Rails
- CSS
- PostgreSQL## Getting Started
To get a local copy up and running follow these simple example steps.
### Setup
- Clone the repository
`git clone `
- Navigate to the folder
-
`cd Blog-application`### Prerequisites
- Ruby
- Ruby on Rails
- CSS### Install
Run in the terminal to install the gems:
`bundle install`
### Usage
To run the Rails server, in the terminal:
`rails server`
### Testing with RSpec
- To install rspec: gem install rspec
- To test: rspec
- To test specific folder: rspec spec/requests
- To test specific file: rspec spec/requests/filename_spec.rb### Testing with Capybara
- To install rspec: gem install rspec
- To test: rspec
- To test specific folder: rspec spec/integration
- To test specific file: rspec spec/integration/filename_spec.rb
## Author
👤 **Stephen Annor**
- GitHub: [braincee](https://github.com/braincee)
- Twitter: [annor0543](https://twitter.com/annor0543)
- LinkedIn: [Stephen Annor](https://www.linkedin.com/stephen-annor)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](./LICENSE) licensed.