Skip to content

michael-duke/Hello-Rails-Backend

Repository files navigation

logo

📗 Table of Contents

📖 [Hello Rails Backend]

hello-gif

[Hello Rails Backend] is a project that serves as the Backend for to display a random message, that will be consumed by the React app

🛠 Built With

Tech Stack

Client
Server
  • Rails
Database

Key Features

  • [Random Greeting message]
  • [2 Single repo serving as a Fullstack web app]

(back to top)

React Frontend

🚀 Live Demo

  • [Live Demo Link] 😃 not yet available

(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: Git and Ruby

 gem install rails

Install

Install this project with:

  bundle install

Create Database (Mandatory)

rails db:create

If you have made a migration then run this command

rails db:migrate
rails db:seed

Usage

To run the project, execute the following command:

   rails s -p 3001 # # for serving the API on localhost:3001

(back to top)

👥 Authors

👤 Michael Mesfin

(back to top)

🔭 Future Features

  • [Rotate refresh icon]
  • [Add more 'Hello world' messages]
  • [Construct the API with languages, and country greeting colors]

(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 a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

I would like to thank:

(back to top)

❓ FAQ

  • [Question_1]

    • [Answer_1]
  • [Question_2]

    • [Answer_2]

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

This project serves as the Backend for to display a random message, that will be consumed by the React app

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors