https://github.com/v-blaze/blog-app
A full-stack blog app that allows users to create an account, create a blog post, add comments and likes to a post. Built with Ruby on Rails framework.
https://github.com/v-blaze/blog-app
blog crud-application linter rails ruby ruby-on-rails
Last synced: over 1 year ago
JSON representation
A full-stack blog app that allows users to create an account, create a blog post, add comments and likes to a post. Built with Ruby on Rails framework.
- Host: GitHub
- URL: https://github.com/v-blaze/blog-app
- Owner: V-Blaze
- License: mit
- Created: 2023-02-22T10:14:27.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-09T22:58:41.000Z (over 3 years ago)
- Last Synced: 2025-02-28T05:52:44.824Z (over 1 year ago)
- Topics: blog, crud-application, linter, rails, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 205 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)
> A full-stack blog app built with Roby on Rails framework
- Add new blog post.
- Create a user account.
- Add comments to a post.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
```sh
git clone https://github.com/V-Blaze/Blog-App.git
```
### Install
Install this project with:
```
cd Blog-App
bundle install
```
```
Setup database credentials
config/database.yml
```
### Usage
To run the project, execute the following command:
```
rails server
```
### Run tests
To run tests, run the following command:
```
rspec spec --format documentation
```
👤 **Valentine Blaze**
- GitHub: [@V-blaze](https://github.com/V-Blaze)
- Twitter: [@blaze_valentine](https://twitter.com/blaze_valentine)
- LinkedIn: [@valentine-blaze](https://www.linkedin.com/in/valentine-blaze/)
👤 **Eva-Lavinia Bucur**
- GitHub: [@BucurEva87](https://github.com/BucurEva87)
- Twitter: [@BucurEva](https://twitter.com/BucurEva)
- LinkedIn: [Eva-Lavinia Bucur](https://www.linkedin.com/in/eva-lavinia-bucur)
- Delete a user
- Delete a post and edit a post
- Add image in a post
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, Please give it a ⭐️
Thanks [@microverse](https://www.microverse.org/)
This project is [MIT](./LICENSE) licensed.