Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/balikuddembe/hello-rails-back-end1
https://github.com/balikuddembe/hello-rails-back-end1
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/balikuddembe/hello-rails-back-end1
- Owner: Balikuddembe
- License: mit
- Created: 2023-07-12T11:01:17.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-07-14T15:02:40.000Z (over 1 year ago)
- Last Synced: 2024-11-15T09:19:53.113Z (2 months ago)
- Language: Ruby
- Size: 58.6 KB
- Stars: 0
- 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)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)Hello Rails Back-end is a backend web application that handles the API to display a random greeting message on screen using [Hello React Front-end](https://github.com/Balikuddembe/hello-react-front-end) as front-end
Client
Server
Database
- **Display a random greeting**
- **http://localhost:3000/api/greetings/random**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
bundle install
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/Balikuddembe/hello-rails-back-end.git
```
### Install
Install this project with:
```sh
cd my-folder
bundle install
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
### Run tests
To run tests, run the following command:
```sh
rspec
```
👤 **Emmanuel Balikuddembe**
- GitHub: [@Balikuddembe](https://github.com/Balikuddembe)
- Twitter: [@BalixEmma](https://twitter.com/BalixEmma)
- LinkedIn: [emmanuelbalikuddembe](https://www.linkedin.com/in/emmanuelbalikuddembe/)
- [ ] **Add more random quotes**
- [ ] **Improve UI**
- [ ] **Connect more views**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Balikuddembe/hello-rails-back-end/issues).
If you like this project please give it a star 😁🌟✨
Microverse.
This project is [MIT](./LICENSE) licensed.