Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luffytaro22/hello-rails-back-end
https://github.com/luffytaro22/hello-rails-back-end
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/luffytaro22/hello-rails-back-end
- Owner: Luffytaro22
- License: mit
- Created: 2023-10-24T13:40:47.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-10-24T16:35:32.000Z (about 1 year ago)
- Last Synced: 2024-05-17T15:42:36.772Z (7 months ago)
- Language: Ruby
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# π Table of Contents
- [π Table of Contents](#-table-of-contents)
- [π Recipe App ](#-recipe-app-)
- [π Built With ](#-built-with-)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [π» Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [Install](#install)
- [Run tests](#run-tests)
- [π₯ Authors ](#-authors-)
- [π Future Features ](#-future-features-)
- [π€ Contributing ](#-contributing-)
- [βοΈ Show your support ](#οΈ-show-your-support-)
- [π Acknowledgments ](#-acknowledgments-)
- [π License ](#-license-)**Hello Rails Back End** is an API application that shows random greeting messages.
## π¨ Front-end Repo
This project is working with this Front-end [GitHub repository](https://github.com/Luffytaro22/hello-react-front-end).
### Tech Stack
Back-end
### Key Features
* Use of Rails framework.
* MVC architecture.
* Save and retrieve information from an API.
### Prerequisites
In order to run this project you need to have:
- Installed Ruby and Rails.
- If you're using Windows, have installed WSL.
- If you're using MacOS, an option is using UTM.
### Setup
To clone this repository to your desired folder, run the following command:
```
git clone [email protected]:Luffytaro22/hello-rails-back-end.git
```
### Usage
To open a local server, type the following command:
```
rails server
```
### Install
To install all the ruby gems, use the following command:
```
bundle install
```
After installing the gems, run this commando to create and migrate a database:
```
rails db:create db:migrate db:seed
```
π€ **Manuel SΓ‘nchez**
- GitHub: [@Luffytaro22](https://github.com/Luffytaro22)
- LinkedIn: [Manuel SΓ‘nchez](https://www.linkedin.com/in/manuel-alejandro-sanchez-sierra/)
## π Future Features
- [ ] **Implement more API endpoints.**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## βοΈ Show your support
If you like this project please give it a star βοΈ
I would like to give credits to the following:
* **Microverse** for this readme template.
This project is [MIT](./LICENSE) licensed.