https://github.com/altontonn/hello-rails-back-end
Hello Rails Backend is an application built on ruby on rails and postgresql that shows API ENDPOINTS for random messages.
https://github.com/altontonn/hello-rails-back-end
postgresql rails
Last synced: about 2 months ago
JSON representation
Hello Rails Backend is an application built on ruby on rails and postgresql that shows API ENDPOINTS for random messages.
- Host: GitHub
- URL: https://github.com/altontonn/hello-rails-back-end
- Owner: altontonn
- License: mit
- Created: 2023-05-04T15:50:21.000Z (about 3 years ago)
- Default Branch: development
- Last Pushed: 2023-05-05T11:09:37.000Z (about 3 years ago)
- Last Synced: 2025-02-07T22:45:28.564Z (over 1 year ago)
- Topics: postgresql, rails
- Language: Ruby
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [Hello-React-Front-End](#front-end)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
**[Hello Rails Backend]** is an application built on ruby on rails and postgresql that shows API ENDPOINTS for random messages.
Ruby on Rails
Database
- **[Random Messages]** - Added random message that changes randomly upon browser event
- **[API ENDPOINT]** - Converted random messages to JSON.
- [Hello-React-Front-End](https://github.com/altontonn/Hello-react-front-end)
To get a local copy up and running, follow these steps.
### Setup
Clone this repository to your desired folder:
```
cd my-folder
git clone https://github.com/altontonn/hello-rails-back-end.git
```
### Install
Install this project with:
bundle install
rails db:create
rails db:migrate
### Usage
To run the project, execute the following command:
```
rails s
```
> Mention all of the collaborators of this project.
👤 **Author1**
- Github: [altontonn](https://github.com/altontonn/)
- Twitter: [AlumasaNewton](https://twitter.com/AlumasaNewton)
- Linkedin: [newton-alumasa](https://www.linkedin.com/in/newton-alumasa/)
- **Add basic UI**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/altontonn/hello-rails-back-end/issues).
If you like this project give it a ⭐️
I would like to thank microverse for useful materials to help e complete this project
This project is [MIT](https://github.com/altontonn/hello-rails-back-end/blob/development/LICENSE) licensed.