Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olawale-o/rails_blog_app
"Rails Blog App" 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/olawale-o/rails_blog_app
cancancan devise devise-jwt postgresql rspec ruby ruby-on-rails
Last synced: 7 days ago
JSON representation
"Rails Blog App" 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/olawale-o/rails_blog_app
- Owner: olawale-o
- Created: 2021-10-24T12:54:11.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2021-11-13T05:16:57.000Z (about 3 years ago)
- Last Synced: 2024-12-17T17:43:04.739Z (about 2 months ago)
- Topics: cancancan, devise, devise-jwt, postgresql, rspec, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 723 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails Blog App
> "Rails Blog App" a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
## Built with
- Ruby
- Ruby on Rails# Screenshot
![screenshot](https://github.com/olawale-o/rails_blog_app/blob/forms/app/assets/images/screenshot.png?raw=true")
## Getting started#### Prerequisites
- Ruby
- Rspec
- Rails
- PostgreSQL#### To get a local copy of this repository kindly follow the steps below.
- Kindly make sure you have **ruby**, **Ruby on rails** and **PostgreSQL** installed
- Scroll to top of this current repository
- Click on the `Code` button with background color green on the right end corner
- Click on the clipboard icon on the extreme right of the dropdown to copy the repository link
- In your local PC, open your terminal or command prompt in the folder you would like to clone this repository into
- Type `git clone (copied link)` on the currently opened terminal or command prompt
- Remember to change `(copied link)` to `[email protected]:olawale-o/rails_blog_app.git` which is the name of the repository### Setup
```
rails db:setup
```
### Install
```
bundle install
```
> **_NOTE_** Install webpacker
```
rails webpacker:install
```### Test
```
bundle exec rspec spec/requests
```
## Authors👤 **Omoogun Olawale**
* Github: [@githubhandle](https://github.com/olawale-o)
* Twitter: [@twitterhandle](https://twitter.com/ibreaktherules)
* LinkedIn: [LinkedIn](https://www.linkedin.com/in/olawaleomoogun/)👤 **Polina Stamenova**
- GitHub: [@githubhandle](https://github.com/PolinaStamenova)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/polina-stamenova-a60766112/)## Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page.](https://github.com/olawale-o/rails_blog_app/issues)## Show your support
Give a ⭐️ if you like this project!
## Acknowledgements
- Microverse