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

https://github.com/getssh/blog_app


https://github.com/getssh/blog_app

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Blog App ](#-blog-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Blog App

**Blog App** blog app is an interactive blog application, created with ruby on rails. users can:

- Read blog posts
- Add Likes
- Add comments

## 🛠 Built With

### Tech Stack

Client


  • N/A

Server


  • Ruby on Rails

Database


  • PostgreSQL

### Key Features

- Read blog posts
- Add Likes
- Add comments

👆

👆

## 💻 Getting Started

To run the project locally, follow these steps.

### Prerequisites

In order to run this project you need to:

- Install [Git](https://git-scm.com/)
- Install [Node](https://nodejs.org/en/)
- Install a code editor, We suggest [VsCode](https://code.visualstudio.com/)

### Setup

Clone the repo into your local machine:

```bash
git clone https://github.com/getssh/blog_app
```

Install the dependencies using bundler:
```bash
bundle install
```

### Usage

To start you can open your terminal and in the folder write
```bash
rails server
```
to drop the existing DB run
run
```bash
rails db:drop
```
Run
```
rails db:create
```
to create a new DB.

rails db:migrate to migrate generated db

👆

## 👥 Authors

👨‍💻 **Getayawkal Tamrat**

- GitHub: [@getssh](https://github.com/getssh)
- Twitter: [@GetayawkalT](https://twitter.com/GetayawkalT)
- LinkedIn: [@getayawkal-tamrat](https://www.linkedin.com/in/getayawkal-tamrat/)

👆

## 🔭 Future Features

- Add more classes
- Add more data
- Add frontend code

👆

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

👆

## ⭐️ Show your support

If you like this project please leave a start for it.

👆

## 🙏 Acknowledgments

I would like to thank Microverse for helping us in the journey to become a Fullstack developer

👆

## 📝 License

This project is [MIT](./LICENSE) licensed.

👆