https://github.com/tsheporamantso/blog-app
The Blog app is a classic example of a blog website. this is a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
https://github.com/tsheporamantso/blog-app
migrations psql ruby-on-rails schema
Last synced: 8 months ago
JSON representation
The Blog app is a classic example of a blog website. this is a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
- Host: GitHub
- URL: https://github.com/tsheporamantso/blog-app
- Owner: tsheporamantso
- License: mit
- Created: 2023-11-28T14:16:36.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-12-22T19:05:27.000Z (almost 2 years ago)
- Last Synced: 2025-02-25T21:16:56.440Z (8 months ago)
- Topics: migrations, psql, ruby-on-rails, schema
- Language: Ruby
- Homepage:
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Blog App
# 📗 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)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)**Blog App** The Blog app is a classic example of a blog website. this is a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
Server
- **Ruby on Rails**
- **Creating data model**
- **Functional website**
- **Database**
- **Unit Testing**
- Not live yet
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Install ruby using [link](https://www.ruby-lang.org/en/documentation/installation/#apt)
- Install ruby on rails using [link](https://guides.rubyonrails.org/)
### Setup
Clone this repository to your desired folder:
```sh
mkdir folder_name
cd folder_name
git clone git@github.com:tsheporamantso/Blog-App.git
```
### Install
Install this project with:
```sh
bundle install
```
```sh
rails db:migrate
```
```sh
gem install factory_bot_rails -v 6.2.0
```
```sh
rails generate rspec:install
```
### Usage
To run the project, execute the following command:
run the result on the terminal through:
```sh
rails server
```
### Run tests
To run tests, execute the following command on the terminal:
```sh
bundle exec rspec
```
### Deployment
Not deployed
👤 **Gladwin Tshepo Ramantso**
- GitHub: [@tsheporamantso](https://github.com/tsheporamantso)
- Twitter: [@ramgt001](https://twitter.com/ramgt001)
- LinkedIn: [Tshepo Gladwin Ramantso](https://www.linkedin.com/in/tshepo-ramantso-b6a35433/)
👤 **Mohammad Yaser**
- GitHub: [@githubhandle](https://github.com/MohammadYaser)
- Twitter: [@twitterhandle](https://twitter.com/Yaser_Safi19)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/mohammad-yaser-safi-a12083270)
- [ ] **Validation and Model specs**
- [ ] **Processing data in models**
- [ ] **Controllers**
- [ ] **Controllers specs**
- [ ] **Views**
- [ ] **Forms**
- [ ] **Intergration specs for Views and fixing n+1 problems**
- [ ] **Add Devices**
- [ ] **Add authorizations rules**
- [ ] **Add API endpoints**
- [ ] **API documentation**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/tsheporamantso/Blog-App/issues).
If you like this project please give a star on [github](https://github.com/tsheporamantso/OOP-School-Library) & follow us on [twitter](https://twitter.com/ramgt001) and also connect on [Linkedin](https://www.linkedin.com/in/tshepo-ramantso-b6a35433/).
I would like to thank:
- [ ] **Microverse and all the staff**
- [ ] **Microverse Communinity**
- [ ] **Thanks to my coding Partners**
- [ ] **Thanks to my Morning-Session-Group and Standup-Team Partners and**
- [ ] **Thanks to Code Reviewers**
This project is [MIT](https://github.com/tsheporamantso/Blog-App/blob/ba0bb00be90ba7475d7a182c57d59a9f89852166/LICENSE) licensed.