An open API service indexing awesome lists of open source software.

https://github.com/chandan-devs-tech/hello-rails-back-end


https://github.com/chandan-devs-tech/hello-rails-back-end

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

          

hello-rails-back-end

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 hello-rails-back-end ](#-hello-rails-back-end-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [Link to Frontend App](#link-to-frontend-app)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 hello-rails-back-end

The hello-rails-back-end project is for developing a Rails API named 'hello-rails-back-end' with Git integration. It includes a Postgres database, a table for messages with five unique greetings, and an API endpoint for retrieving a random greeting.

## 🛠 Built With
Ruby on Rails

### Tech Stack

- PostgreSQL
- Ruby on Rails

### Key Features

Key features of the application

- Postgres Database
- Random Greeting API Endpoint
- Controller Action
- Rails Route
- Messages Table
- Git Integration

(back to top)

## Link to Frontend App

- [Front-end](https://github.com/Chandan-devs-tech/hello-react-front-end.git)

(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
- laptop
- git
- Code Editor.
- PostgreSQL.
- Ruby On Rails.
- Linters

### Setup

Clone this repository to your desired folder:

cd my-folder
git clone https://github.com/Chandan-devs-tech/hello-rails-back-end.git

### Install

Install this project with:

- Install PostgreSQL.
- Install Ruby On Rails using rails new hello-rails-back-end --api --database=postgresql command.
- For info about gem 'rack-cors' visit https://www.rubydoc.info/gems/rack-cors/1.1.1 and check the documentation.
cd my-project
bundle install

(back to top)

## 👥 Authors

👤 Chandan Gupta

- GitHub: [@githubhandle](https://github.com/Chandan-devs-tech)
- Twitter: [@twitterhandle](https://twitter.com/ChandanGuptaDev)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/chandangupta-devs)

(back to top)

## 🔭 Future Features

Features will be added to the project.

- User Authentication
- Message CRUD Operations
- API Documentation

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Chandan-devs-tech/hello-rails-back-end/issues).

(back to top)

## ⭐️ Show your support

If you like this project, show your support by giving a star ⭐️, thanks in advance.

(back to top)

## 🙏 Acknowledgments

- I would like to thank Microverse for including this in their curriculum.

(back to top)

## 📝 License

This project is [MIT](https://github.com/Chandan-devs-tech/hello-rails-back-end/blob/feature/project-setup/MIT.md) licensed.

(back to top)