Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lucas-erkana/rubyonrails_template

this is a repo template for Ruby on Rails(ROR)
https://github.com/lucas-erkana/rubyonrails_template

Last synced: about 1 month ago
JSON representation

this is a repo template for Ruby on Rails(ROR)

Awesome Lists containing this project

README

        

# 📗 Table of Contents

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

# 📖 My-Blog-App

> The Blog app is a classic example of a blog website. It's a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liks to posts of their intrest.

## 🛠 Built With

### Tech Stack

Ruby on Rails


### Key Features

- **Create blog plost**

- **Comment on blog post**

- **Display list of comments**

(back to top)

## 💻 Getting Started

To get a local copy up and running follow these simple example steps.

### Prerequisites

In order to run this project you need:

- Code Editor (Vs Code)

- Terminal

- Install ruby on your computer

- Install rails on your computer

### Setup

Clone this repository by using the command line to your desired folder:

```sh
git clone https://github.com/Lucash2022/Blog-App.git

cd Blog_App
```

### Install

Install this project with:

```sh
cd Blog_App
bundle install (install all dependencies)
```

### Usage

To run the project, execute the following command:

```sh
rails server
```

### Test

```sh
rspec
```

(back to top)

## Authors

👤 **Lucas Erkana**

- GitHub: [@Lucash2022](https://github.com/Lucash2022)
- Twitter: [@Lucas_David_22](https://twitter.com/@Lucas_David_22)
- LinkedIn: [Lucas Erkana](https://www.linkedin.com/in/lucas-erkana/)
- Frontend Mentor - [@PLucash2022](https://www.frontendmentor.io/profile/Lucash2022)

## 🔭 Future Features

- **Improve styles of the project**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Lucash2022/Blog-App/issues)

(back to top)

## ⭐️ Show your support

Leave a star if you like the project.

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for the project.

(back to top)

## 📝 License

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

(back to top)