Hello world backend

📗 Table of Contents

📖 Hello world backend

Hello world backend: is the back is a hello world app using rails api.

Key Features

  • Display 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:

  • A basic understanding of Ruby, Rails and Git
  • A postgresql connection
  • Create some data before running to see Greatings

Usage

  1. Install Ruby
  2. Install Rails
  3. Clone this repo
git clone https://github.com/matee-safi/hello-world-backend.git

To run the project, execute the following command:

  rails s

To add some greetings to your application add these to greeting table using

rails console
# Create the first greeting
Greeting.create(content: "Hello")
# Create the second greeting
Greeting.create(content: "Hola")
# Create the third greeting
Greeting.create(content: "Ola")
# Create the fourth greeting
Greeting.create(content: "Salaam")
# Create the fifth greeting
Greeting.create(content: "Salut")

(back to top)

👥 Authors

👤 : Matee Safi

(back to top)

🔭 Future Features

  • Modern UI

(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 us a star

(back to top)

🙏 Acknowledgments

I would like to thank microverse for making this possible

(back to top)

📝 License

This project is MIT licensed.

(back to top)