An open API service indexing awesome lists of open source software.

https://github.com/soulemanou-software/luxury-cars-backend

Luxury cars lending is an implemention of a connection between Ruby on Rails back-end and React front-end. Luxury-cars-backend handles the backend API, and Luxury-cars-frontend handles the frontend UI to display Luxury cars for rent, my reservations when logged in, add cars and delete cars navigations on the homepage.
https://github.com/soulemanou-software/luxury-cars-backend

ruby ruby-on-rails

Last synced: about 1 month ago
JSON representation

Luxury cars lending is an implemention of a connection between Ruby on Rails back-end and React front-end. Luxury-cars-backend handles the backend API, and Luxury-cars-frontend handles the frontend UI to display Luxury cars for rent, my reservations when logged in, add cars and delete cars navigations on the homepage.

Awesome Lists containing this project

README

        



Luxury Cars Lending

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 \[Luxury Cars Lending\] ](#-luxury-cars-lending-)
- [Kanban Board](#kanban-board)
- [Screenshot of of the initial state of the Kanban board](#screenshot-of-of-the-initial-state-of-the-kanban-board)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Luxury Cars Lending

**Luxury cars lending** is an implemention of a connection between Ruby on Rails back-end and React front-end. [Luxury-cars-backend](https://github.com/soulemanou-software/luxury-cars-backend) handles the backend API, and [Luxury-cars-frontend](https://github.com/blase147/luxury-cars-frontend) handles the frontend UI to display Luxury cars for rent, my reservations when logged in, add cars and delete cars navigations on the homepage.

## Kanban Board

We are a team of 3 members.

- [Chukwuma Paul Mosanya](https://github.com/blase147)
- [Billal Chami](https://github.com/bill7pearl)
- [Soulemanou Kunchiefuh Babanou](https://github.com/soulemanou-software)

[Kanban Board](https://github.com/github.com/blase147/luxury-cars-backend/projects/1)

### Screenshot of of the initial state of the Kanban board

![]()

![]()

## 🛠 Built With

### Tech Stack

Server

Database

### Key Features

- **[Allows users to add cars]**
- **[Allows users to rent cars they like]**
- **[Delete cars]**
- **[See reservations/bookings]**

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

```sh
gem install rails
```

### Setup

Clone this repository to your desired folder:

```sh
git clone https://github.com/soulemanou-software/luxury-cars-backend

```

### Install

Install this project with:

```sh
cd cd luxury-cars-backend
bundle install
rails db:create
rails db:migrate
1. Remove config/master.key and config/credentials.yml.enc if they exist.
2. Run in the terminal: EDITOR=code rails credentials:edit , then close the editor that opens.
3. This command will create a new master.key and credentials.yml.enc if they do not exist.
```

### Usage

To run the project, execute the following command:

```sh
rails server
```

### Run tests

To run tests, run the following command:

```sh
rspec ./spec/models
rspec ./spec/
rspec ./spec/user/request
```

(back to top)

## 👥 Authors

👤 **Chukwuma Paul Mosanya**

- [GitHub](https://github.com/blase147)
- [Twitter](https://twitter.com/ChukwumaMosanya)
- [LinkedIn](https://www.linkedin.com/in/chukwuma-mosanya)

👤 **Soulemanou Kunchiefuh Babanou**

- [GitHub](https://github.com/soulemanou-software)
- [Twitter](https://twitter.com/Mr_Babanou_237)
- [LinkedIn](https://www.linkedin.com/in/)

👤 **Billal Chami**

- [GitHub](https://github.com/bill7pearl)
- [Twitter](https://twitter.com/)
- [LinkedIn](https://www.linkedin.com/in/)

(back to top)

## 🔭 Future Features

- [ ] **Add admin role so that the admin see the booking in a given date and/or date range**
- [ ] **Use pagination in stead of sending all cars in sindle get request**
- [ ] **Search for cars**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/github.com/blase147/Blog-App/issues).

(back to top)

## ⭐️ Show your support

If you like this project, you can give star this repo.

(back to top)

## 🙏 Acknowledgments

We would like to thank microverse for supporting to do this project.

(back to top)

## 📝 License

This project is [MIT](./MIT.md) licensed.

(back to top)