https://github.com/paul-js-hub/blog-app
A blog website that show the list of posts and allow users to add comments and likes.
https://github.com/paul-js-hub/blog-app
postgresql rails ruby
Last synced: 4 months ago
JSON representation
A blog website that show the list of posts and allow users to add comments and likes.
- Host: GitHub
- URL: https://github.com/paul-js-hub/blog-app
- Owner: Paul-js-hub
- Created: 2022-09-27T15:17:00.000Z (almost 4 years ago)
- Default Branch: development
- Last Pushed: 2022-12-16T10:48:41.000Z (over 3 years ago)
- Last Synced: 2025-04-14T03:33:04.668Z (about 1 year ago)
- Topics: postgresql, rails, ruby
- Language: Ruby
- Homepage:
- Size: 36 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
> This is a blog website that show the list of posts and allow users to add comments and likes on them.
## 🛠 Built With
- HTML & CSS
- JavaScript
- Ruby
- Ruby on Rails
- Rubocop
- Rspec
- Postgresql
Client
Server
Database
- [Live Demo Link](Coming soon)
## 💻 Getting Started
To get a local copy up and running follow these simple example steps.
- copy this link `https://github.com/Paul-js-hub/blog-app`.
- get the directory that you want to clone the repository.
- open the command prompt in this directory.
- write `git clone https://github.com/Paul-js-hub/blog-app`.
- go to the repository folder in your command prompt.
- run `bundle install`.
- run `npm install`
- create database in your postgres called `blog_app_development`
- run `rails db:migrate`
- To run the test run `bundle exec rspec` in your command prompt.
- To run the rails server run `rails s` in your command prompt.
👤 **Paul Onchera**
- GitHub: [@paulonchera](https://github.com/Paul-js-hub)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/paul-onchera/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Paul-js-hub/blog-app/issues).
> Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc