📗 Table of Contents

📖 Hello Rails Backend

Hello Rails Backend is a rails backend to connect with a react frontend. It gives an api endpoint to retrieve a random greeting.

🛠 Built With

Tech Stack

  • Ruby
  • Ruby on Rails

Key Features

  • Api endpoint to retrieve a random greeting

🚀 Live Demo

This app currently has no live demo.

🚀 Link to the FrontEnd App

React Application

(back to top)

💻 Getting Started

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

Prerequisites

  • A web browser
  • A code editor
  • Ruby, Ruby on rails and Postgres installed on your machine

Setup

Clone this repository to your desired folder:

git clone https://github.com/laiifuu/hello-rails-back-end.git

Install

Then install the project's necessary dependencies with:

bundle install

Setup database

Setup the database with the following:

rails db:create
rails db:migrate
rails db:seed

Run the app:

Run the app by starting the server with:

rails s

Then open the link on your browser:

http://127.0.0.1:3000/

(back to top)

👥 Authors

👤 Hayet Fellah

(back to top)

🔭 Future Features

  • Deploy 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 ⭐️ if you like it !

(back to top)

🙏 Acknowledgments

  • Shout out to my previous Rails projects ;)

(back to top)

📝 License

This project is MIT licensed.

(back to top)