Full Stack App - Back-End

📗 Table of Contents

📖 Hello App - Back-End

A Hello App is a simple app that generate random greetings. It is the simple example of a Full Stack App with Rails and React. Hello App - Back-End is the Rails API that generates random greeting for the user.

Front-End Link

Click Me to see the Front-End 🖼

🛠 Built With

Tech Stack

This application is built on Ruby on Rails and, PostgreSQL as a Database.

Ruby
Ruby on Rails
Database

Key Features

  • Built using Ruby on Rails
  • Shows 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:

  • Version Requirements:
  ruby >= 3.2.0
  rails >= 7.0
  postgres >- 15.3
  • Download and Install Ruby for your OS.
  • Download and Install PostgreSQL
  • VS Code
  • Ruby on Rails
  gem install rails

Setup

Clone this repository to your desired folder:

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

Install

Install this project with:

  bundle install

Usage

To run the project, execute the following command:

  • Drop the previously existing database of same name
  rails db:drop
  • Create database and Migrate
  rails db:create db:migrate
  • Feed Sample data through seeds
  rails db:seed
  • Run the server
  rails server

Run tests

  • To run Rubocop checker, run the following command:
  gem install rubocop
  rubocop

👥 Authors

👤 Anita Sharma

(back to top)

🔭 Future Features

  • Add other end points

(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 appreciate us by giving star ⭐

🚀 Follow us on GitHub, LinkedIn, and Twitter 🙏🤗

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for providing this opportunity to build this project. Also, I extend my sincere gratitute to Code Reviewers who encourage and support to build this application more effieiently.

(back to top)

📝 License

This project is MIT licensed.

(back to top)