Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baqar-abbas/blog-app-rails
This Project is a Blog App built on Ruby on Rails and PostgreSQL as the database for this Project.
https://github.com/baqar-abbas/blog-app-rails
Last synced: about 21 hours ago
JSON representation
This Project is a Blog App built on Ruby on Rails and PostgreSQL as the database for this Project.
- Host: GitHub
- URL: https://github.com/baqar-abbas/blog-app-rails
- Owner: baqar-abbas
- License: mit
- Created: 2023-08-15T15:01:07.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-09-03T19:54:02.000Z (over 1 year ago)
- Last Synced: 2023-09-04T20:00:49.830Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Blog_App_Ruby_on_Rails
# 📗 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 rails-blog-app is a classic example of a blog website. It will be fully up and a functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
- Ruby
Client
- Ruby
Test
- RSPEC
Database
- PostgreSQL
- Use database migration files to maintain database schema.
- Understand ORM and database migrations and their implementation.
- Processing data in models
- Validations and Model specs
- Setup and controllers
- Controllers specs
- Views Added
- Adding Forms and partials
- Fix n+1 problem and integration tests added
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
Ruby on Rails installed and running. To get more information, read the installation guide.
PostgreSQL installed and running
### Setup
Clone this [repository]() to your desired folder.
[email protected]:baqar-abbas/blog-app-rails.git
### Install
bundle install
### Usage
**To run the project follow the following instruction:-**
rails server or rails s
### Run tests
To run tests, run the following command:
Tests will be implemented later on.
👤 **Baqar Abbas**
- GitHub: [@Baqar](https://github.com/baqar-abbas)
- Twitter: [@BaqarAbbas9](https://twitter.com/BaqarAbbas9)
- LinkedIn: [Baqar Abbas](https://www.linkedin.com/in/baqar-abbas/)
👤 **Paul Tesfaye**
- GitHub: [@Paul](https://github.com/Paul-tes)
- LinkedIn: [Paul Tesfaye ](https://www.linkedin.com/in/paul-tesfaye)
- Add authorization rules.
- Integration specs for Views.
- Add API endpoints.
- API documentation.
- Validations and Model specs.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project give a ⭐️.
I would like to thank Microverse.
- **Can I use this project?**
- It's MIT license, feel free to use as you like.
This project is [MIT](./LICENSE) licensed.