https://github.com/thecodechaser/blog-app
The Blog app is a classic example of a blog website. It's a functional website that shows the list of posts and empower readers to interact with them by adding comments and liking post.
https://github.com/thecodechaser/blog-app
postgresql rspec ruby rubyonrails
Last synced: 4 months ago
JSON representation
The Blog app is a classic example of a blog website. It's a functional website that shows the list of posts and empower readers to interact with them by adding comments and liking post.
- Host: GitHub
- URL: https://github.com/thecodechaser/blog-app
- Owner: thecodechaser
- License: mit
- Created: 2022-03-22T11:25:18.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-04-10T14:47:51.000Z (over 3 years ago)
- Last Synced: 2025-07-12T22:33:22.620Z (5 months ago)
- Topics: postgresql, rspec, ruby, rubyonrails
- Language: Ruby
- Homepage:
- Size: 410 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

# Blog-App
> The Blog app is a classic example of a blog website. It's a functional website that shows the list of posts and empower readers to interact with them by adding comments and liking post.
## Built With
- Major languages (Ruby)
- Framworks (Ruby on Rails)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- A text editor(preferably Visual Studio Code)
### Install
- Ruby
- Ruby on Rails
- PostgresSQL
- Rspec
### Using it Locally
- Clone the project
### Setup
Install gems with:
```
bundle install
```
Setup database with:
```
rails db:create
rails db:migrate
```
### Usage
Start server with:
```
rails server
```
Visit http://localhost:3000/ in your browser.
### Run tests
Install npm with:
```
npm i
```
Install rspec with:
```
bundle install
```
and
```
rails generate rspec:install
```
run the test with:
```
rspec spec
```
### Open API documentation
```
rails server
```
Visit http://localhost:3000/api-docs in your browser.
## Visit And Open Files
[Visit Repo](https://github.com/thecodechaser/blog-app)
## Download Repo
[Download Repo](https://github.com/thecodechaser/blog-app/archive/refs/heads/main.zip)
## Authors
👤 **Ranjeet Singh**
- GitHub: [@thecodechaser](https://github.com/thecodechaser)
- Twitter: [@thecodechaser](https://twitter.com/thecodechaser)
- LinkedIn: [thecodechaser](https://linkedin.com/in/thecodechaser)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/thecodechaser/blog-app/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Inspiration: Microverse
## 📝 License
This project is [MIT](./LICENSE.md) licensed.