/hello-rails-react

hello-rails-react is project to practice setting up a Rails project with React

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

📖 hello-rails-react

hello-rails-react is project to practice setting up a Rails project with React

🛠️ Built With

Tech Stack

Client
Backend
Database

Key Features

  • Fetch from an api

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

You need the following tools be installed in your computer:

Setup

Clone this repository to your desired folder:

  cd my-prefered-folder

  git clone https://github.com/newhoteng/hello-rails-react.git

Install

Install this project with:

  cd hello-rails-react

  bundle install
  npm install

Database

Create the databases and run migrations with:

rails db:create
rails db:migrate

Usage

To run the project, execute the following command:

  rails server or rails s

(back to top)

👥 Authors

👤 Harriet Oteng

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

(back to top)

⭐ Show your support

If you like this project give it a star.

(back to top)

🙏 Acknowledgements

(back to top)

📝 License

This project is MIT licensed.

(back to top)