📗 Table of Contents

Greeting App Backend

This a simple web API which is help users to get random greeting everytime they request. This app is built using Ruby on Rails..

Tech Stack

Client Client is here BackEnd
  • Ruby
Frameworks
  • Rails
Database
  • PostgreSQL

Key Features

  • Generate 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 Ruby, Rails, postgres installed on your machine, For the front-end make sure you setup your client using this repo

Setup

Clone this repository to your desired folder:

  git clone https://github.com/raihan2bd/hello-world-back-end.git
  cd hello-world-back-end

Installation

Install this project with:

  bundle install

Install node dependencies with:

npm install

database

Create databases and run the migrations with:

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

Usage

To run the project, execute the following command:

  rails server

(back to top)

✍️ Author

👤 Abu Raihan

(back to top)

🔭 Future Features

  • I will add authentication to this project.

(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 consider giving it a 🌟.

(back to top)

🙏 Acknowledgments

I would like to thank microverse for serving this opprtunity.

(back to top)

📝 License

This project is MIT licensed.

(back to top)