Hello Rails Back End

📗 Table of Contents

📖 [Hello Rails React]

[Hello Rails Back End] is a Rails backend to provide the front end with greetings Api

Link to front end repo

🛠 Built With

Tech Stack

Server
Database

Key Features

  • [User can read random greetings]

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

To have installed ruby on your computer To have installed rails

 gem install rails

Setup

Clone this repository to your desired folder:

  git clone https://github.com/Kashif-Saleem-Ghuman/hello-rails-back-end.git
  

Install

Install this project with:

  cd hello-rails-back-end
  rails db:create db:migrate db:seed
 bundle install

Usage

To run the project, execute the following command:

  rails s

(back to top)

👥 Authors

👤 Kashif Saleem

  • GitHub:Kashif
  • Twitter:Kashif
  • LinkedIn:Kashif

(back to top)

🔭 Future Features

  • Allow the user to create a new greeting
  • Add more greetings to display
  • Add a login page and then greet the logged in user

(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 you can give it a star ⭐️

(back to top)

🙏 Acknowledgments

I would like to thank microverse for providing all the reading resources to buld this

(back to top)

📝 License

This project is MIT licensed.

(back to top)