Skip to content

An app that implements a connection between a Ruby on Rails back-end and React front-end

Notifications You must be signed in to change notification settings

Trust-007/hello-world-rails

Repository files navigation

📗 Table of Contents

📖 HELLO WORLD RAILS APP

An app that implements a connection between a Ruby on Rails back-end and React front-end

Key Features

  • Fetch greetings from rails API
  • Display A random Greeting

(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:

 gem install rails

Setup

Clone this repository to your desired folder:

 git clone https://github.com/Trust-007/hello-world-rails.git

Install

Install this project with:

  cd hello-world-rails
  bundle install
  Setup database credentials
  config/database.yml

Usage

To run the project, execute the following command:

Bundle Install
rails server

Run tests

To run tests, run the following command:

rspec spec --format documentation

👥 Authors

👤 Simeon Trust

(back to top)

🔭 Future Features

  • Update an existing recipe.
  • Add inventory list

(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, Please give it a ⭐️

(back to top)

🙏 Acknowledgments

Thanks @microverse

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

An app that implements a connection between a Ruby on Rails back-end and React front-end

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published