Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danifromecuador/hello-rails-backend
Some description
https://github.com/danifromecuador/hello-rails-backend
Last synced: 10 days ago
JSON representation
Some description
- Host: GitHub
- URL: https://github.com/danifromecuador/hello-rails-backend
- Owner: danifromecuador
- Created: 2023-11-01T16:46:40.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-11-02T05:04:47.000Z (about 1 year ago)
- Last Synced: 2025-01-02T09:13:10.527Z (18 days ago)
- Language: Ruby
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hello Rails 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 Back-End** is my first attempt to integrate backend and frontend using two separated projects, one for the backend and one for the frontend. The backend will provide an endpoint of a random greeting and the frontend will display it using React Redux for it.
Link to the front end repository: [front-end](https://github.com/danifromecuador/hello-rails-front-end/pull/1)Server
Database
Client
### Key Features
- **The backend is built with Ruby on Rails**
- **The frontend uses Redux to call the API**
### Prerequisites
In order to run this project you need:
- Install Git
- Install Ruby and Rails
- Install Postgres
- You can use your favorite CLI and code editor.
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:danifromecuador/hello-rails-backend.git
```
### Install
Install this project with:
```sh
cd hello-rails-backend
bundle install
rails db:drop
rails db:create
rails db:migrate
rails db:seeds
```
### Usage
To run the project, execute the following command:
```sh
rails s
```
Your project should be displayed automatically on your web browser on this port: http://localhost:3000/, if don't open it manually.
👤 **Dani Morillo**
- GitHub: [@danifromecuador](https://github.com/danifromecuador)
- Twitter: [@danifromecuador](https://twitter.com/danimorilloc)
- LinkedIn: [danielfromecuador](https://www.linkedin.com/in/danielfromecuador/)
- **Some basic style will be added**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/danifromecuador/hello-rails-backend).
If you like this project give me a star on my [GitHub Repo](https://github.com/danifromecuador/hello-rails-backend)
## 🙏 Acknowledgments
I want to thanks to the rails development team [link](https://rubyonrails.org/)
This project is [MIT](./LICENSE) licensed.