https://github.com/cesarherr/blogapp
Blog app The Blog app will be a classic example of a blog website. I 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.
https://github.com/cesarherr/blogapp
cancancan devise railway rswag-api ruby-on-rails tailwindcss
Last synced: 5 months ago
JSON representation
Blog app The Blog app will be a classic example of a blog website. I 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.
- Host: GitHub
- URL: https://github.com/cesarherr/blogapp
- Owner: CesarHerr
- License: mit
- Created: 2023-09-21T18:10:40.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-12-08T01:46:58.000Z (about 2 years ago)
- Last Synced: 2025-01-02T02:14:50.545Z (about 1 year ago)
- Topics: cancancan, devise, railway, rswag-api, ruby-on-rails, tailwindcss
- Language: Ruby
- Homepage:
- Size: 360 KB
- Stars: 5
- 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)
- [Usage](#usage)
- [Run Tests](#tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
**Blog app** The Blog app will be a classic example of a blog website. I 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.
Ruby
Rails
PostgreSQL
- **Ruby on rails**
- **Created data models**
- **Database schema**
- **Run unit test with Rspec**
This repository includes files with ruby lenguage and SQL.
### Prerequisites
In order to run this project you need to have Ruby installed, check [this](https://github.com/CesarHerr/blogApp.git) documentation in order to know how to install it.
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/CesarHerr/blogApp.git
```
### Usage
To run the server
```sh
rails s
```
To check the linters you can use the command:
```sh
rubocop
```
To fix the linter use:
```sh
rubocop -A
```
### Tests
To Run Test:
```sh
rspec spec
```
👤 **Cesar Herrera**
- GitHub: [@CesarHerr](https://github.com/CesarHerr)
- LinkedIn: [Cesarherr](https://www.linkedin.com/in/cesarHerr/)
👤 **Carmen Bravo**
- GitHub: [@NitBravoA92](https://github.com/NitBravoA92)
- LinkedIn: [nitcelis-bravo](https://www.linkedin.com/in/nitcelis-bravo-alcala-b65340158/)
- [] **Deploy**
- [] **Give some Styling**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/CesarHerr/blogApp/issues).
If you like this project you could clone the repo and work with it or do the changes in a new branch. Also you could let a message with your thoughts.
I would like to thank Microverse for providing the necessary resources and all the effort from each member to complete this project.
This project is [MIT](./LICENSE) licensed.