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
- Host: GitHub
- URL: https://github.com/chandan-devs-tech/hello-rails-back-end
- Owner: Chandan-devs-tech
- Created: 2023-11-10T20:01:10.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-11-21T15:11:04.000Z (over 2 years ago)
- Last Synced: 2025-02-28T18:46:55.841Z (over 1 year ago)
- Language: Ruby
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-)
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.
Key features of the application
- Postgres Database
- Random Greeting API Endpoint
- Controller Action
- Rails Route
- Messages Table
- Git Integration
## Link to Frontend App
- [Front-end](https://github.com/Chandan-devs-tech/hello-react-front-end.git)
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
👤 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)
Features will be added to the project.
- User Authentication
- Message CRUD Operations
- API Documentation
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).
If you like this project, show your support by giving a star ⭐️, thanks in advance.
- I would like to thank Microverse for including this in their curriculum.
This project is [MIT](https://github.com/Chandan-devs-tech/hello-rails-back-end/blob/feature/project-setup/MIT.md) licensed.