An open API service indexing awesome lists of open source software.

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.

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