https://github.com/tomasesquivelgc/hello-rails-back-end
This is a two repo project. In this repo I create the backend API for a simple greeting message app.
https://github.com/tomasesquivelgc/hello-rails-back-end
Last synced: 3 months ago
JSON representation
This is a two repo project. In this repo I create the backend API for a simple greeting message app.
- Host: GitHub
- URL: https://github.com/tomasesquivelgc/hello-rails-back-end
- Owner: tomasesquivelgc
- Created: 2024-02-13T19:48:33.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2024-02-14T23:17:10.000Z (over 1 year ago)
- Last Synced: 2025-01-06T03:47:00.292Z (5 months ago)
- Language: Ruby
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hello Rails-React 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))
- [π License](#license)# π Hello Rails-React back-end
**Hello Rails-React back-end** is a greetings database built with ruby that serves a [frontend WebApp](https://github.com/tomasesquivelgc/hello-react-front-end).
Client
Server
Database
- **PostgreSQL database**
- **Ruby API endpoint**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project:
- Please remember to execute [the front end APPP](https://github.com/tomasesquivelgc/hello-react-front-end)
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:tomasesquivelgc/hello-rails-back-end.git
```
### Install
Install this project with:
```sh
bundle install
```
### Usage
To run the project, execute the following command:
```sh
rails s
```
π€ **TomΓ‘s MatΓas Esquivel**
- GitHub: [@tomasesquivelgc](https://github.com/tomasesquivelgc)
- Twitter: [@EsquivelTomas](https://twitter.com/EsquivelTomas)
- LinkedIn: [Tomas Esquivel](https://www.linkedin.com/in/tomΓ‘s-esquivel-b2160568/)
- [ ] **Styles**
- [ ] **Generate greeting button**
- [ ] **More greetings**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please give it a star!
I would like to thank Microverse for this oppportunity and all of my friends and family for always supporting me.
This project is [MIT](.LICENSE) licensed.