/hello-react-front-end

The Hello Rails Frontend app is about displaying the random greeting in the browser!!!.

Primary LanguageJavaScript

logo

README

📗 Table of Contents

📖 Hello Rails Backend app

The Hello Rails Backend app is about displaying the random greeting in the browser!!!.

🛠 Built With

Tech Stack

Backend
Frontend
Database

(back to top)

Key Features

  • The App can display random Greeting
  • Get the random greeting from API
  • Display the random greeting Greeting component

(back to top)

🚀 Live Demo

Please click the link below to open our webpage in your browser

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

  • IDE or code editor: VsCode, atom, sublime...
  • To have Ruby, RoR gem and Git installed on your system.

Setup

Clone this project on your local machine using the following command on your terminal:

  https://github.com/Olivier-Kango/hello-rails-back-end.git

Install

Run the following command to install all project's dependencies:

bundle install

Run the following command to install Rspec for tests:

gem install rspec

Usage

To run the project, execute the following command:

  rails s

Run Tests

Run the following command to catch all style errors:

rubocop

Run the following command for the rspec tests(with details):

rspec ./spec --format documentation

Deployment

You can deploy this project using:

(back to top)

👥 Author

👤 Olivier Kango

(back to top)

🔭 Future Features

Features to add to the project.

  • Deploy the project on Render.com
  • Make a Mobile design for the App

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give this project a star if you like it !

(back to top)

🙏 Acknowledgments

I would like to thank:

  • Theophile Kango and My cording partners.

(back to top)

❓ FAQ

  • Do I have to have any previous knowledge about ruby to use this project?

    • No!
  • How to use this project?

    • check the Getting Started section to have a complete guid on how to setup and run teh project.

(back to top)

📝 License

This project is MIT licensed.

(back to top)