Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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

**Bloggy app** Cutting-edge web development with Ruby on Rails - Explore and contribute to our open-source blog application project.

## 🛠 Built With

### Tech Stack

Server

  • Ruby

  • Rails
  • Database

  • Postgres
  • ### Key Features

    - **Built using Ruby on Rails**

    (back to top)

    ## 💻 Getting Started

    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```

    (back to top)

    ## 👥 Author

    👤 **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/)

    (back to top)

    ## 🔭 Future Features

    - **Add UI System**

    (back to top)

    ## 🤝 Contributing

    Contributions, issues, and feature requests are welcome!

    Feel free to check the [issues page](https://github.com/AnsarIbrahim/Bloggy/issues).

    (back to top)

    ## ⭐️ Show your support

    If you like this project you can share this project to your friend

    (back to top)

    ## 🙏 Acknowledgments

    I would like to thank microverse for this project

    (back to top)

    ## 📝 License

    This project is [MIT](./LICENSE) licensed.

    (back to top)