Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sebalp100/rent-a-car-backend

This is a Car rental app that allows users to search a list of cars availables and rent them choosing a starting and a returning date. Made with React, Redux and Rails.
https://github.com/sebalp100/rent-a-car-backend

react ruby ruby-on-rails

Last synced: 17 days ago
JSON representation

This is a Car rental app that allows users to search a list of cars availables and rent them choosing a starting and a returning date. Made with React, Redux and Rails.

Awesome Lists containing this project

README

        

![rent-a-car-high-resolution-logo-transparent (1)](https://github.com/sebalp100/rent-a-car-backend/assets/111214189/0d5746bd-6c27-4bd6-b501-d0acef67785b)

Rent A Car backend

# 📗 Table of Contents

- [Table of Contents](#-table-of-contents)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Rent A Car Backend

This is a car rental app that allows users to rent different cars. This is the backend repo.

## 🛠 Built With

### Tech Stack

Client

Bundle

Server

Database

### Key Features

- Create User
- Create Brand
- Create Car
- Delete Car
- Add Rental
- Display my rentals list
- Show Featured section

(back to top)

## 🚀 Live Demo

https://rent-a-car-frontend-sebalp100.vercel.app/

(back to top)

## 💻 Getting Started

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

### Prerequisites

To run this project you need:

- Ruby
- Ruby terminal
- Github account.
- Code editor (Visual Studio Code, Atom, etc.)

### Setup

Clone this repository to your desired folder:

cd my-folder
git clone https://github.com/sebalp100/hotel-bookings-backend

You can find the front-end repo here:
https://github.com/sebalp100/rent-a-car-frontend

### Usage

To run the project, execute the following commands in your Ruby terminal:

`bundle install` to install all gems used.

`rails db:create` to create the database.

`rails db:migrate` to run the database migrations you created.

`rails s` to run the dev server.

(back to top)

## 👥 Authors

👤 **Sebastian Martin**

- GitHub: [@sebalp100](https://github.com/sebalp100)
- LinkedIn: [Sebastian Martin](https://www.linkedin.com/in/sebastian-martin-956b2724a/)

(back to top)

## 🔭 Future Features

- Add comment button
- Update Profile
- Add rating system

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

- Hat tip to anyone whose code was used

(back to top)