Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephenkati/motorcycle_rental_back_end
motorcycle_rental_back_end provides a RESTful interface for clients and servers, allowing them to interact with data stored.
https://github.com/stephenkati/motorcycle_rental_back_end
api-development backend rails-api
Last synced: 5 days ago
JSON representation
motorcycle_rental_back_end provides a RESTful interface for clients and servers, allowing them to interact with data stored.
- Host: GitHub
- URL: https://github.com/stephenkati/motorcycle_rental_back_end
- Owner: stephenkati
- License: mit
- Created: 2023-07-24T14:15:22.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-08-11T01:49:13.000Z (over 1 year ago)
- Last Synced: 2024-10-23T12:40:26.977Z (21 days ago)
- Topics: api-development, backend, rails-api
- Language: Ruby
- Homepage:
- Size: 78.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# motorcycle_rental_back_end
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [API](#api)
- [🛠 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)
- [📝 License](#license)# 📖 [motorcycle_rental_back_end]
**[motorcycle_rental_back_end]** provides a RESTful interface for clients and servers, allowing them to interact with data stored.
- The Api is consumed by [motorcycle_rental_front_end](https://github.com/stephenkati/motorcycle_rental_front_end)
Ruby on Rails
- **[]**
- **[]**
- **[]**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Install Ruby
- Install Rails
- Install Rspec
- Install Postgresql
### Setup
Clone this repository to your desired folder:
```
git clone https://github.com/stephenkati/motorcycle_rental_back_end.git
```
### Install
Install this project with:
```
cd motorcycle_rental_back_end
bundle install
```
### Usage
To run the project, execute the following command:
```
rails s
```
### Run tests
To run tests, run the following command:
```
rubocop --color
```
```
rspec spec
```
- [N/A]
👤 **Author1**
*[STEPHEN KATULI]*
- GitHub: [@githubhandle](https://github.com/stephenkati)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/stephen-katuli/)
- [ ] **[]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/stephenkati/motorcycle_rental_back_end/issues).
If you like this project please show support by staring ⭐️.
* I would like to thank my Microverse team and my coding partners for their support and guidance.
This project is [MIT](./LICENSE) licensed.