https://github.com/frempongdev/blog-app
https://github.com/frempongdev/blog-app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/frempongdev/blog-app
- Owner: frempongdev
- License: mit
- Created: 2023-05-17T12:17:45.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-03T12:37:06.000Z (almost 2 years ago)
- Last Synced: 2025-02-03T11:50:20.598Z (4 months ago)
- Language: Ruby
- Size: 125 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
- [📗 Table of Contents](#-table-of-contents)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)**Blog App** is a platform for users of a single field of interest to share ideas via Posts, Likes and Comments. Each User is entitled to as many posts, likes and comments as they want.
Server
Database
- **This Project makes use of Object Relational Mapping**
- **This Project Creates a data model.**
- **This Project Validates and Model specs.**
- **This Project Processes data in models.**
- **This Project Setup controllers and routers.**
- **This Project Setup controllers specs..**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
Example command:
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
cd my-folder
git clone https://github.com/frempongdev/blog-app.git
```
### Install
Install this project with:
Example command:
```sh
cd blog-app
gem install
```
### Usage
To run the project, execute the following command:
Example command:
```sh
rails server
```
### Run tests
To run tests, run the following command:
Example command:
```sh
bin/rails test test/models/post_test.rb
```
- GitHub: [@frempongdev](https://github.com/frempongdev)
- Twitter: [@knobaddy](https://twitter.com/knobaddy)
- LinkedIn: [Samuel knower Amankwaa-Frempong](https://www.linkedin.com/in/frempongdev/)
- **Views.**
- **Forms.**
- **Integration specs for Views and fixing n+1 problems.**
- **Add Devise.**
- **Add authorization rules.**
- **Add API endpoints.**
- **API documentation.**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project kindly show some love, give it a 🌟 **STAR** 🌟
I would like to thank:
- Microverse
- Code Reviewers
- Learning Partners
This project is [MIT](./LICENSE) licensed.