https://github.com/alusp/blog_app_with_rails
Blog App is an app that allows users to create and share their opinions and other users can read and comment on them. It also has a feature that displays random quotes to inspire users.
https://github.com/alusp/blog_app_with_rails
Last synced: over 1 year ago
JSON representation
Blog App is an app that allows users to create and share their opinions and other users can read and comment on them. It also has a feature that displays random quotes to inspire users.
- Host: GitHub
- URL: https://github.com/alusp/blog_app_with_rails
- Owner: Alusp
- Created: 2022-11-25T11:04:13.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-20T23:39:34.000Z (over 3 years ago)
- Last Synced: 2025-02-04T13:19:37.888Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 679 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
> Describe your project in 1 or 2 sentences.
**Blog App** is an app that allows users to create and share their opinions and other users can read and comment on them. It also has a feature that displays random quotes to inspire users.
> This project was built using these technology.
Client
Server
Database
> Describe between 1-3 key features of the application.
- **[Displays Users]**
- **[Users can Post]**
- **[Users can Comment]**
> Add a link to your deployed project.
- [Live Demo Link](https://yourdeployedapplicationlink.com)
> Describe how a new developer could make use of your project.
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
cd my-folder
git clone https://github.com/Alusp/Blog_app_with_rails.git
```
-
### Install
Install this project with:
```sh
cd my-project
gem install
```
-
### Usage
To run the project, execute the following command:
```sh
rails server
```
-
### Run tests
To run tests, run the following command:
```sh
bin/rails test test/models/article_test.rb
```
-
> Mention all of the collaborators of this project.
👤 **Author1**
👤 **Alusine Jalloh**
- GitHub: [@Alusp](https://github.com/Alusp)
- LinkedIn: [@alusine-jalloh](https://www.linkedin.com/in/alusine-jalloh)
- Twitter: [@aseni_jalloh](https://twitter.com/aseni_jalloh)
> Describe 1 - 3 features you will add to the project.
- [ ] **[Post Form]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Alusp/Blog_app_with_rails/issues).
> Write a message to encourage readers to support your project
If you like this project...
> Give credit to everyone who inspired your codebase.
I would like to thank...
This project is [MIT](./MIT.md) licensed.