Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/estete9/hello-rails-back-end
This is a simple backend that serves a random greeting
https://github.com/estete9/hello-rails-back-end
Last synced: 22 days ago
JSON representation
This is a simple backend that serves a random greeting
- Host: GitHub
- URL: https://github.com/estete9/hello-rails-back-end
- Owner: Estete9
- Created: 2024-02-14T12:10:26.000Z (12 months ago)
- Default Branch: dev
- Last Pushed: 2024-02-14T18:50:53.000Z (12 months ago)
- Last Synced: 2025-01-06T03:45:56.352Z (about 1 month ago)
- Language: Ruby
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hello Rails Backend API
# 📗 Table of Contents
<<<<<<< HEAD
- [📗 Table of Contents](#-table-of-contents-)
- [📖 Hello Rails Backend API](#-backend-project-)
- [📖 Hello Rails Frontend](#-frontend-project-)
=======
<<<<<<< HEAD
- [📗 Table of Contents](#-table-of-contents-)
- [📖 Hello Rails Backend API](#-backend-project-)
- [📖 Hello Rails Frontend](#-frontend-project-)
=======
- [📗 Table of Contents](#-table-of-contents)
- [📖 Hello Rails Backend API](#-recipe-app-)
- [📖 Hello Rails Frontend](#-recipe-app-)
>>>>>>> 318bf8c9f3839359ae71dce1f196fd810d46cd74
>>>>>>> 04120c29172c33cedc43702e0856309db0b67a5e
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [Live Demo](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)The **Hello Rails Backend API** is a simple backend that serves a random greeting
- Ruby v3.2.2
- Rails v7.1.2
- Postgresql v14.9Language
Server
Database
- [Api endpoint exposure]
# 📖 Hello Rails Frontend (required)
Please clone this [frontend repo](https://github.com/Estete9/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:
Have a suitable installation of Ruby v3.2.2
Have a suitable installation of Postgresql v15
Have the Frontend repo [hello-react-front-end](https://github.com/Estete9/hello-rails-back-end.git) cloned.
install Rails
```gem install rails```
### Setup
Clone this repository to your desired folder:
```git clone https://github.com/Estete9/hello-rails-back-end.git```
--->
### Install
Install this project with:
```bundle install```
```rails db:setup```
```rails db:migrate```
```rails db:seed```
### Usage
To run the project, execute the following command:
```rails server```
### Run tests
To run tests, run the following command:
Example command:
```rspec```
👤 **Esteban Palacios**
- GitHub: [@Estete9](https://github.com/Estete9)
- Twitter: [@NaughTban](https://twitter.com/NaughTban)
- LinkedIn: [Esteban Palacios](https://www.linkedin.com/in/dev-esteban-palacios/)
- [ ] **[Add create action]**
- [ ] **[Add destroy action]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Estete9/hello-rails-back-end.git/issues).
If you like this project comment or send it a star
This project is [MIT](./MIT.md)-licensed.