Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ansaribrahim/bloggy
Cutting-edge web development with Ruby on Rails - Explore and contribute to our open-source blog application project.
https://github.com/ansaribrahim/bloggy
cancancan deployment devise license linters render rspec ruby ruby-gem ruby-on-rails swagger tailwindcss
Last synced: about 2 months ago
JSON representation
Cutting-edge web development with Ruby on Rails - Explore and contribute to our open-source blog application project.
- Host: GitHub
- URL: https://github.com/ansaribrahim/bloggy
- Owner: AnsarIbrahim
- License: mit
- Created: 2023-09-18T18:12:35.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2023-10-06T18:33:48.000Z (over 1 year ago)
- Last Synced: 2024-10-23T11:53:04.877Z (3 months ago)
- Topics: cancancan, deployment, devise, license, linters, render, rspec, ruby, ruby-gem, ruby-on-rails, swagger, tailwindcss
- Language: Ruby
- Homepage: https://bloggy-iqrh.onrender.com/
- Size: 141 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bloggy
![e2954fb3deb2407e8e4bcb40b1fd6376](https://github.com/AnsarIbrahim/LeaderBoard-new/assets/117971223/9d715e43-a095-4b33-b5f2-161236e8fdcc)
## 📗 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)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)**Bloggy app** Cutting-edge web development with Ruby on Rails - Explore and contribute to our open-source blog application project.
Server
Database
- **Built using Ruby on Rails**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```
ruby >= 3.2.0
rails >= 7.0
postgres >- 15.3
```
### Setup
Clone this repository to your desired folder:
```bash
git clone [email protected]:AnsarIbrahim/Bloggy.git
```
You need to setup database for these project
```
development = blog_dev
test = blog_test
production = Blog-production
```
or you can use your own database and change the ```config/database.yml```
```yml
default: &default
adapter: postgresql
encoding: unicode
pool: 5
username: [your_username]
password: [your_password]
host: localhost
development:
<<: *default
database: [your_database_for_development]
test:
<<: *default
database: [your_database_for_test]
production:
<<: *default
database: [your_database_for_production]
```
### Install
Install this project with:
```bash
cd Bloggy
bundle install
```
it will install the required gemfile for running the project
### Usage
to use this project:
```ruby
bin/rails server
```
it will run the the server on ```localhost:3000```
👤 **Ansar Ibrahim**
- [GitHub](https://github.com/AnsarIbrahim)
- [LinkedIn](https://linkedin.com/in/ansar-ibrahim/)
- [Twitter](https://twitter.com/ansaradheeb)
👤 **Marvin Otieno**
- [GitHub](https://github.com/marvin-nyalik)
- [LinkedIn](https://www.linkedin.com/in/iMikeKhan)
- [Twitter](https://twitter.com/)
- **Add UI System**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/AnsarIbrahim/Bloggy/issues).
If you like this project you can share this project to your friend
I would like to thank microverse for this project
This project is [MIT](./LICENSE) licensed.