Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/larryivc/larrys-blog
https://github.com/larryivc/larrys-blog
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/larryivc/larrys-blog
- Owner: LarryIVC
- License: mit
- Created: 2023-07-26T13:30:21.000Z (over 1 year ago)
- Default Branch: developmnet
- Last Pushed: 2023-08-17T23:03:13.000Z (over 1 year ago)
- Last Synced: 2023-08-18T00:13:55.997Z (over 1 year ago)
- Language: Ruby
- Size: 139 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Larry's Blog
# 📗 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)
- [Database](#database)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**Larry's Blog** 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.
Language
- [⭐️ Setup ]
- [⭐️ Controllers specs ]
- [⭐️ Creating data model ]
- [⭐️ Processing data in models]
- [⭐️ Validations, model specs]
- [⭐️ Adding routes and controllers]
- [⭐️ Adding controllers tests]
- [⭐️ Views]
- [⭐️ Forms]
- [⭐️ n+1 problems]
- [⭐️ Add devise]
To get a local copy up and running, follow these steps.
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
cd my-folder
git clone [email protected]:LarryIVC/larrys-blog.git
```
### Prerequisites
> You need the following tools be installed in your computer:
> - [Rails](https://guides.rubyonrails.org/)
> - [Git](https://www.linode.com/docs/guides/how-to-install-git-on-linux-mac-and-windows/)
> - [Ruby](https://github.com/microverseinc/curriculum-ruby/blob/main/simple-ruby/articles/ruby_installation_instructions.md)
> - IDE
### Install
Install this project with:
```sh
cd larrys-blog
bundle install
```
### 💾 Database
Create the databases and run migrations with:
```sh
rails db:create
rails db:migrate
```
### Usage
To run the project, execute the following command:
Example command:
```sh
rails s
```
or
```sh
rails server
```
### Run tests
To run tests, run the following command:
```sh
rspec spec/
```
## 👤 **Larry Villegas**
- GitHub: [@LarryIVC](https://github.com/LarryIVC)
- Twitter: [@LarryVillegas](https://twitter.com/LarryVillegas)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/larryvillegascostas/)
## 👤 **Muneeb UR Rehman**
- GitHub: [@muneeb3123](https://github.com/muneeb3123)
- Twitter: [@Hafizabd4](https://twitter.com/Hafizabd4)
- LinkedIn: (https://www.linkedin.com/in/muneeb-rehman-01b6bb193/)
- [⭐️ Add authorization rules]
- [⭐️ Integration specs for views]
- [⭐️ Add API endpoints]
- [⭐️ API documentation]
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/LarryIVC/larrys-blog/issues).
Help me with your criticisms and your suggestions, you will be blessed for such a noble gesture and give me a ⭐️ if you like this project. click [here ⭐️](https://github.com/LarryIVC/larrys-blog)
I would like to thank *Microverse* for this opportunity.
This project is [MIT](./LICENSE) licensed.