Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/lucas-erkana/rubyonrails_template
- Owner: Lucas-Erkana
- License: mit
- Created: 2023-06-13T08:37:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-20T15:44:44.000Z (over 1 year ago)
- Last Synced: 2023-08-07T19:21:24.705Z (over 1 year ago)
- Language: Ruby
- Size: 39.1 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)> 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.
Ruby on Rails
- **Create blog plost**
- **Comment on blog post**
- **Display list of comments**
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
```
👤 **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)
- **Improve styles of the project**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Lucash2022/Blog-App/issues)
Leave a star if you like the project.
I would like to thank Microverse for the project.
This project is [MIT](./LICENSE) licensed.