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

https://github.com/tchasinga/blog-app-ruby

You actually have a functional Rails application already. To see it, you need to start a web server on your development machine. You can do this by running the following command in the blog directory: ... If you are using Windows, you have to pass the scripts under the bin folder directl
https://github.com/tchasinga/blog-app-ruby

ruby-on-rails

Last synced: 4 months ago
JSON representation

You actually have a functional Rails application already. To see it, you need to start a web server on your development machine. You can do this by running the following command in the blog directory: ... If you are using Windows, you have to pass the scripts under the bin folder directl

Awesome Lists containing this project

README

          




Blog App 📖

## 📗 Table of Contents

- [📖 Blog App ](#-catalog-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Blog App

**Blog App** is a Web application built using Ruby on Rails and PostgreSQL to manage blog posts, comments, likes, and user profiles.

## 🛠 Built With

### Tech Stack

Client

  • Ruby on Rails
  • ### Key Features

    - **Write posts**
    - **Like and comments on posts**

    (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 on rails
    ruby
    postgreSQL
    bundler
    ```

    ### Setup

    Clone this repository to your desired folder:

    ```bash
    git clone https://github.com/meryemsanem/Blog-app-ruby.git
    ```

    ### Install

    Install this project with:

    ```bash
    cd blog-app-ruby
    bundle install
    ```

    it will install the required gemfile for running the project

    (back to top)

    ## 👥 Author

    👤 **Tchasinga jacques**
    - GitHub: [@Tchasinga Jack](https://github.com/tchasinga)
    - Twitter: [@tchasingajacques](https://twitter.com/TchasingaJacque)
    - LinkedIn: [@tchasingajaques](https://www.linkedin.com/in/tchasinga-jacques-76aba7214/)

    👤 **Uwimbabazi Dorcas**

    - GitHub: [@Dorcas126](https://github.com/Dorcas126)
    - Twitter: [@Dorcasuw](https://twitter.com/Dorcasuwi)
    - LinkedIn: [Uwimbabazi Dorcas](https://www.linkedin.com/in/uwimbabazi-dorcas-956a5a226/)

    (back to top)

    ## 🔭 Future Features

    - **Post creation**

    (back to top)

    ## 🤝 Contributing

    Contributions, issues, and feature requests are welcome!

    Feel free to check the [issues page](https://github.com/tchasinga/Blog-app-ruby/issues/2).

    (back to top)

    ## ⭐️ Show your support

    If you find this project helpful or interesting, star this repository on GitHub to let me know you like the project. ⭐️

    (back to top)

    ## 🙏 Acknowledgments

    I would like to thank Microverse for teaching and enforcing professional level practices.

    (back to top)

    ## 📝 License

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

    (back to top)