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

https://github.com/developertariq/hello-rails-react


https://github.com/developertariq/hello-rails-react

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          


Hello Rails-React


# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [Hello world- ](#hello-world--)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Run](#run)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# Hello world-

**Hello world** is the eductional project to connect with Ruby on Rails and React. In this exercise I have connected previous knowledge with new knowledge as I get a chance to use Webpack with jsbundling-rails gem.

## 🛠 Built With

### Tech Stack

Server


Client
  • Webpack

  • Bootstrap

  • back to top

    ## Key Features

    - Create an API endpint by rails.
    - Use api using webpack.

    ## 💻 Getting Started
    ### Prerequisites

    * Make sure you have Ruby installed in your system. You can install it [here](https://www.ruby-lang.org/en/documentation/installation/)

    * Get started with [Ruby on Rails](https://guides.rubyonrails.org/getting_started.html).

    * Make sure you have [PostgreSQL](https://www.postgresql.org/) installed and running.

    ### Setup

    * Clone this repository by running `git clone https://github.com/developertariq/hello-rails-react.git` in your command line.

    * Navigate to the repository by running `cd hello-rails-react`.

    ### Install

    * Run `bundle install` to install all the gems.

    ### Run

    * Change/include `host, username, password` according to your database server.
    * Run `rails db:create` and `rails db:migrate`
    * Run `./bin/dev` to start the server.
    * In your browser, go to `http://localhost:3000`.

    back to top

    ## 👥 Authors

    👤 **Md Tariq-ul Islam**

    - [GitHub](https://github.com/developertariq)
    - [Twitter](https://twitter.com/developer_tariq)
    - [LinkedIn](https://www.linkedin.com/in/developer-tariq//)

    back to top

    ## 🔭 Future Features

    - [ ] **Better user interface**

    ## 🤝 Contributing

    Contributions, issues, and feature requests are welcome!

    Feel free to check the [issues page](https://github.com/developertariq/hello-rails-react/issues)

    back to top

    ## ⭐️ Show your support

    Give a ⭐️ if you like this project!

    back to top

    ## 🙏 Acknowledgments

    - I would like to thank all code reviewers and coding partners for making this project better.

    (back to top)

    ## 📝 License

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

    back to top