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.
- Host: GitHub
- URL: https://github.com/soulemanou-software/luxury-cars-backend
- Owner: soulemanou-software
- License: other
- Created: 2023-05-25T09:56:50.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-09T15:54:00.000Z (almost 2 years ago)
- Last Synced: 2025-02-02T09:29:45.485Z (3 months ago)
- Topics: ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 6.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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** 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
![]()
![]()
Server
Database
- **[Allows users to add cars]**
- **[Allows users to rent cars they like]**
- **[Delete cars]**
- **[See reservations/bookings]**
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
```
👤 **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/)
- [ ] **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**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/github.com/blase147/Blog-App/issues).
If you like this project, you can give star this repo.
We would like to thank microverse for supporting to do this project.
This project is [MIT](./MIT.md) licensed.