nickemma / car-rental-api

Exotic Rentals API is a backend API for a car rental application. It allows users to create an account, login, and book a car for a specific period of time. It also allows users to view all available cars, and view a specific car. It also allows users to view all bookings made by a specific user.

Home Page:https://rails-production-c0ec.up.railway.app/api-docs/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– Exotic Rentals API

Exotic Rentals API is a backend API for a car rental application. It allows users to create an account, login, and book a car for a specific period of time. It also allows users to view all available cars, and view a specific car. It also allows users to view all bookings made by a specific user.

Frontend

The frontend was made with react and can be found here

πŸ›  Built With

Tech Stack

Client
Server
Database

Key Features

  • It allows users to create an account.
  • It allows users to login.
  • It allows users to book a car for a specific period of time.

(back to top)

πŸš€ Live Demo

(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:

 gem install rails

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:NickEmma/car-rental-api.git

Install

Install this project with:

  cd car-rental-api
  bundle install

Usage

To run the project, execute the following command:

  rails db:create
  rails db:migrate
  rails db:seed
  rails server

Run tests

To run tests, run the following command:

  rspec spec/integration

Deployment

You can deploy this project using:

  git push heroku main

(back to top)

πŸ‘₯ Authors

πŸ‘€ Nicholas Emmanuel

πŸ‘€ Abdelmejid Oumer Ali

πŸ‘€ Said laasri

πŸ‘€ Abel Desalegn

πŸ‘€ Mohamed Ashour

(back to top)

πŸ”­ Future Features

  • It will allow users to rent a car.
  • It will allows users to give a review for a specific car.

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project consider giving it a star ⭐️.

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse for giving me the opportunity to work on this project.

  • LazyCoders
  • Coding Partners
  • Microverse

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

Exotic Rentals API is a backend API for a car rental application. It allows users to create an account, login, and book a car for a specific period of time. It also allows users to view all available cars, and view a specific car. It also allows users to view all bookings made by a specific user.

https://rails-production-c0ec.up.railway.app/api-docs/index.html

License:MIT License


Languages

Language:Ruby 99.3%Language:HTML 0.5%Language:Shell 0.2%