https://github.com/divinecharlotte/blog-app
The main purpose of this project is 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/divinecharlotte/blog-app
rails ruby
Last synced: about 1 year ago
JSON representation
The main purpose of this project is 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/divinecharlotte/blog-app
- Owner: divinecharlotte
- Created: 2022-09-13T11:36:49.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-02T20:54:34.000Z (over 3 years ago)
- Last Synced: 2025-03-29T12:11:23.517Z (over 1 year ago)
- Topics: rails, ruby
- Language: Ruby
- Homepage:
- Size: 192 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Blog App
> A blog made by Ruby on Rails.
This is an educational project for learning Ruby on Rails. where I created 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
- Rails
- PostgresQL
## Getting Started
### Prerequisites
You need Ruby v3+, Rails v7+ and Postgresql installed on your machine.
### Setup
- Clone this repo locally using git in the command line with the following command
```ruby
> https://github.com/divinecharlotte/blog-app.git
```
- Alternatively, you can just download the complete zip file and extract the folder in your directory
### Usage
In the project directory,open terminal and run this command:
```ruby
> rails server
```
### Testing
This command will run all the tests in your terminal:
```ruby
> rspec spec
```
## Authors
👤 **Charlotte Divine**
- GitHub: [divinecharlotte](https://github.com/divinecharlotte)
- LinkedIn: [charlotte-divine](https://www.linkedin.com/in/charlotte-divine-dusenge/)
👤 **Assad Isah**
- Github: [nottherealalanturing](https://github.com/nottherealalanturing)
- LinkedIn: [Assad Isah](https://linkedin.com/in/assadisah)
## 🤝 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