Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/moyasiginko/rails-blog

A ruby on rails project, rails-blog.
https://github.com/moyasiginko/rails-blog

Last synced: 28 days ago
JSON representation

A ruby on rails project, rails-blog.

Awesome Lists containing this project

README

        

Rails Blog App

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖

> Rails Blog App is a web application for creating and managing blog posts.

## 🛠 Built With

### Tech Stack

> This project is built using the following technologies:

Framework

Database

### Key Features

- Create, edit, and delete blog posts.
- View and comment on blog posts.
- User authentication and authorization.

(back to top)

## 💻 Getting Started

To get started with the Rails Blog App, follow these steps.

### Prerequisites

In order to run this project, you need:

- Ruby
- Ruby on Rails
- PostgreSQL
- A browser
- A Text Editor

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/moyasiginko/rails-blog.git

### Install

Install this project with:

cd my-project

```sh
npm install
```

### Usage

To run the project, execute the following command:

```sh
npm start
```

### Run tests

To run tests, run the following command:

```sh
npm test
```

(back to top)

## 👥 Authors

👤 **Moyasi**

- GitHub: [MoyasiGinko](https://github.com/MoyasiGinko)
- Twitter: [moyasi_ginko](https://twitter.com/moyasi_ginko)
- LinkedIn: [moyasi](https://www.linkedin.com/in/moyasi)

(back to top)

## 🔭 Future Features

- Creat blogs with images.
- Add a search feature.
- Add a like feature.
- Add a follow feature.
- Add a share feature.

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/MoyasiGinko/rails-blog/issues)

(back to top)

## ⭐️ Show your support

If you like this project, don't forget to give it a star on GitHub! Your support helps us to continue improving the app.

(back to top)

## 🙏 Acknowledgments

At first, I would like to thank Microverse for providing such amaizng documentation.

(back to top)

## 📝 License

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

(back to top)