https://github.com/juandbta/hello-rails-back-end
Created an API endpoint that selects a random greeting from Messages table
https://github.com/juandbta/hello-rails-back-end
Last synced: 3 months ago
JSON representation
Created an API endpoint that selects a random greeting from Messages table
- Host: GitHub
- URL: https://github.com/juandbta/hello-rails-back-end
- Owner: JuanDBta
- License: mit
- Created: 2023-10-17T14:25:25.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-10-17T22:11:46.000Z (over 1 year ago)
- Last Synced: 2025-01-29T13:28:12.001Z (4 months ago)
- Language: Ruby
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
"Hello world" BACK END
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)# 📖 ["Hello world" BACK END]
Created an API endpoint that selects a random greeting from Messages table.Here is the link to my [REACT Front End App](https://github.com/JuanDBta/hello-react-front-end)
1- Ruby 3.2.2
2- Rails 7.0.7.2
3- PostgreSQL
4- Gitflow
5- RubocopClient
Ruby
Rails
Database
- **[Set up the repository and tools]**
- **[Setup RAILS APP]**
- **[Created API endpoint]**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
Web Browser (Chrome recommended)
Code editor (VS recommended)
GitHub account
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone "https://github.com/JuanDBta/hello-rails-react.git"
```
### Install
Go to your /hello-rails-react folder:
```sh
cd hello-rails-react
bundle install
bin/rails db:seed
```
### Usage
```sh
rails server
```
👤 **Micronaut JUAN DAVID DIAZ**
- GitHub: [@JuanDBta](https://github.com/JuanDBta)
- Twitter: [@simplebetsas](https://twitter.com/simplebetsas)
- LinkedIn: [LinkedIn](https://linkedin.com/in/simplebet/)
- [ ] **[Styling]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, please give me a like, it doesn't cost you anything and it helps me a lot to keep working.
We would like to thank Bee in Student Success who is always avalaible to solve issues and Microverse for push us to work hard every day!
- **["How can I see more projects associated with this author?"]**
- Check my [@JuanDBta](https://github.com/JuanDBta)
- **[How can I contact the author of this project?]**
- Check my [LinkedIn profile](https://linkedin.com/in/simplebet/) or email me at [email protected]
This project is [MIT](./LICENSE) licensed.