https://github.com/blase147/firmtecs_blog
This app is a classic example of a blog website. It is a fully functional website that shows list of posts and encourage readers to interact with them by adding comments and liking posts.
https://github.com/blase147/firmtecs_blog
postgres rails ruby
Last synced: 2 months ago
JSON representation
This app is a classic example of a blog website. It is a fully functional website that shows list of posts and encourage readers to interact with them by adding comments and liking posts.
- Host: GitHub
- URL: https://github.com/blase147/firmtecs_blog
- Owner: blase147
- License: mit
- Created: 2023-02-02T09:08:39.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2023-04-16T07:30:47.000Z (about 3 years ago)
- Last Synced: 2025-06-30T01:38:33.214Z (12 months ago)
- Topics: postgres, rails, ruby
- Language: Ruby
- Homepage:
- Size: 134 KB
- Stars: 2
- 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)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [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 (OPTIONAL)](#faq)
- [📝 License](#license)
This Firmtecs_blog app is a classic example of a blog website. I'm created a fully functional website that shows list of posts and encourage readers to interact with them by adding comments and liking posts.
Client
Server
Database
- **Use RubyGems as a software package system.**
- **Use database migration files to maintain database schema**
- **Understand ORM**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- IDE or code editor: **VsCode, atom, sublime**...
- To have [Ruby](https://www.ruby-lang.org/en/), [RoR gem](https://rubyonrails.org/) and [Git](https://git-scm.com/) installed on your system.
### Setup
Clone this project on your local machine using the following command on your terminal:
```sh
git clone https://github.com/blas147/Firmtecs_blog.git
```
### Install
Run the following command to install all project's dependencies:
```sh
bundle install
```
Run the following command to install Rspec for tests:
```sh
gem install rspec
```
### Usage
To run the project, execute the following command:
```sh
rails s
```
## Run Tests
Run the following command to catch all style errors:
```sh
rubocop
```
Run the following command for the rspec tests(with details):
```sh
rspec ./spec --format documentation
```
👤 **Chukwuma Paul Mosanya**
[GitHub](https://github.com/blase147) | [Twitter](https://twitter.com/ChukwumaMosanya) | [LinkedIn](https://www.linkedin.com/in/chukwuma-mosanya)
- Views.
- Forms
- Validations, Model specs, and n+1 problems.
- Add Devise.
- Add authorization rules.
- Integration specs for Views.
- Add API endpoints.
- API documentation.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/blase147/firmtecs_blog/issues/new).
> Give this project a star if you like it...
This project is [MIT](./LICENSE) licensed.