Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eccb7/blog-app
https://github.com/eccb7/blog-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/eccb7/blog-app
- Owner: Eccb7
- License: mit
- Created: 2023-10-13T09:14:32.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-01-14T18:34:18.000Z (10 months ago)
- Last Synced: 2024-01-14T23:09:11.065Z (10 months ago)
- Language: Ruby
- Size: 103 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)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)The Blog app will be a classic example of a blog website. You will create a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
- Client
- Project 1: Creating a data model.
- Project 2: Validations and Model specs.
- Project 3: Processing data in models.
- Project 4: Controllers.
- Project 5: Controllers specs.
- Project 6: Views.
- Project 7: Forms.
- Project 8: Integration specs for Views and fixing n+1 problems.
- Project 9: Add Devise.
- Project 10: Add authorization rules.
- Project 11: Add API endpoints.
Exercise: API documentation.
To get a local copy up and running, follow these steps:
### Prerequisites
In order to run this project you need:
- A browser of you choice.
- A text editor of your choice.
- An installed ruby gem on your local system
- Rails needs to be installed on your system
### Setup
Clone this repository to your desired folder:
- Use the following Commands:
### Install
```sh
git clone https://github.com/Eccb7/Blog-app.git
```
Install dependencies:
```sh
bundle install
npm install
```
### Usage
```sh
rails server
```
### Run tests
To run tests, run the following command:
```sh
rspec
```
👤 **Ojwang Briton**
- GitHub: [@Eccb7](https://github.com/Eccb7)
- Twitter: [@briton_otieno4](https://twitter.com/briton_otieno4)
- LinkedIn: [briton-otieno](https://linkedin.com/in/briton-otieno)
- Make it mobile responsive
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project you can reach me through [@briton_otieno4](https://twitter.com/briton_otieno4) and share more thoughts to help improve
If you like this project, give it a ⭐️.
I would like to thank Microverse for the support I've received so far.
This project is [MIT](./LICENSE) licensed.