yash244466666 / hello-rails-back-end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

drawing

Hello Rails Back-end

πŸ“— Table of Contents

πŸ“– Hello-world-backend

Hello-world-backend is a simple Rails API that create a table for storing messages and create 5 different greetings. The API is consumed by Hello-React-Front-end.

πŸ›  Built With

Tech Stack

Server
Database

Key Features

  • Store messages to database
  • Render message as json format
  • Render messages randomly

(back to top)

πŸš€ Live Demo

(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 3.2.2
  rails

Setup

Clone this repository to your desired folder:

Example commands:

  cd your-folder
  git clone https://github.com/yash244466666/hello-rails-back-end.git

Install

Install this project with:

Example command:

  cd my-project
  bundle install

Usage

To run the project, execute the following command:

Example command:

  rails server

Run tests

To run tests, run the following command:

Example command:

  bin/rails rspec

(back to top)

πŸ‘₯ Authors

πŸ‘¨β€πŸš€ Yash

(back to top)

πŸ”­ Future Features

  • Add more greetings
  • Add styles
  • Add Header

(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 it a ⭐️. Your support is greatly appreciated!

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse for giving me this chance to learn how to build a Rails API with a React frontend.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

License:MIT License


Languages

Language:Ruby 98.8%Language:HTML 1.1%Language:CSS 0.1%