Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sebalp100/rent-a-car-backend
- Owner: sebalp100
- License: mit
- Created: 2023-11-16T15:39:22.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-12-09T01:38:59.000Z (11 months ago)
- Last Synced: 2024-10-09T07:41:34.988Z (about 1 month ago)
- Topics: react, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://rent-a-car-frontend-sebalp100.vercel.app/
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-)This is a car rental app that allows users to rent different cars. This is the backend repo.
Client
Bundle
Server
Database
- Create User
- Create Brand
- Create Car
- Delete Car
- Add Rental
- Display my rentals list
- Show Featured section
https://rent-a-car-frontend-sebalp100.vercel.app/
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.
👤 **Sebastian Martin**
- GitHub: [@sebalp100](https://github.com/sebalp100)
- LinkedIn: [Sebastian Martin](https://www.linkedin.com/in/sebastian-martin-956b2724a/)
- Add comment button
- Update Profile
- Add rating system
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used