Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hetrox8/hello-rails-back-end
https://github.com/hetrox8/hello-rails-back-end
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hetrox8/hello-rails-back-end
- Owner: hetrox8
- Created: 2023-12-01T02:55:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-02T18:24:43.000Z (about 1 year ago)
- Last Synced: 2024-12-23T21:24:23.122Z (23 days ago)
- Language: Ruby
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)**hello-rails-back-end** Is a Rails app that serves data from a PostgreSQL database to [hello-react-front-end ](https://github.com/hetrox8/hello-react-front-end.git) React frontend App in JSON format through an API endpoint.
- Server
- Rails API backend
- React Front-end
- Redux Toolkit used to consume the backend api
To get a local copy up and running, follow these steps:
### Prerequisites
In order to run this project you need:
- A text editor of your choice ([VS Code](https://code.visualstudio.com/download) works well).
- [Ruby and Rails](https://gorails.com/setup/windows/10)
- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
### Setup
Use the following URL to clone this project:
https://github.com/hetrox8/hello-rails-back-end.git
### Install
Open the terminal in the root directory of the project and run the following command to install all dependencies.
bundle install
npm i
### Usage
To start the development server, run the following command then navigate to `localhost:3000` in your browser.
rails s
Open [http://localhost:3000](http://localhost:3000/api/random_greeting) to view it in your browser.
### Run tests
There are no tests to run.
👤 **Suleiman Gacheru**
- GitHub: [@hetrox8](https://github.com/hetrox8)
- Twitter: [@suleimangacheru](https://twitter.com/suleimangacheru)
- None planned
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 ⭐️ and share it with your friends.
I would like to thank Microverse for providing the resources and guidelines that enabled me to complete this project.
This project is [MIT](./LICENSE) licensed.