Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dennis-every/blog-app
A Ruby on Rails Blog application to demonstrate usage of Ruby on Rails. The Blog app is a classic example of a blog website. A fully functional website that shows a list of posts and empowers readers to interact with them by adding comments and liking posts.
https://github.com/dennis-every/blog-app
Last synced: 3 days ago
JSON representation
A Ruby on Rails Blog application to demonstrate usage of Ruby on Rails. The Blog app is a classic example of a blog website. A fully functional website that shows a list of posts and empowers readers to interact with them by adding comments and liking posts.
- Host: GitHub
- URL: https://github.com/dennis-every/blog-app
- Owner: dennis-every
- License: other
- Created: 2023-05-02T18:08:05.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-05-20T20:25:45.000Z (over 1 year ago)
- Last Synced: 2024-12-06T03:43:07.611Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 1.49 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Blog app ](#-blog-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)A Ruby on Rails Blog application to demonstrate usage of Ruby on Rails. The Blog app is a classic example of a blog website. A fully functional website that shows a list of posts and empowers readers to interact with them by adding comments and liking posts.
Ruby on Rails and Postgresql
- **Project 1: Creating a data model**
- **Project 2: Validations and Model specs**
- **Project 3: Processing data in models**
- **Project 4: Setup and 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**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Ruby 3.2.2
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:dennis-every/blog-app.git
```
### Install
- bundle install
### Usage
To run the project, execute the following command:
```sh
rails db:drop
rails db:create
rails db:migrate
rails server
```
👤 **Dennis Every**
- GitHub: [@dennis-every](https://github.com/dennis-every)
- Twitter: [@dennis_every](https://twitter.com/dennis_every)
- LinkedIn: [dennis-every](https://www.linkedin.com/in/dennis-every/)
👤 **Nilton Segura**
- GitHub: [@Nkaleth](https://github.com/Nkaleth)
- Twitter: [@NoeSeguraL](https://twitter.com/NoeSeguraL)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/niltonsegura/)
👤 **Jose Montoya**
- GitHub: [@jmonto55](https://github.com/jmonto55)
- LinkedIn: [jmontodev](https://www.linkedin.com/in/jmontodev/)
- **Exercise: API documentation**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project feel free to fork it and use it as you need and don't forget to start it!.
I would like to thank Microverse for the information provided to build this project.
- **Can I use the project for any purpose?**
- Yes, you can use this files for anything you need
- **Do I need to ask for permission?**
- No need to ask for permission.
This project is [MIT](./MIT.md) licensed