Car 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.
The frontend was made with react and can be found here
Client
Server
Database
- Deploy application API on render
- Update Api documentation with deployed url
To get a local copy up and running, follow these steps.
In order to run this project you need:
gem install rails
Clone this repository to your desired folder:
cd my-folder
git clone [email protected]:didierganthier/rent-a-car-backend.git
Install this project with:
cd car-rental-api
bundle install
To run the project, execute the following command:
rails db:create
rails db:migrate
rails db:seed
rails server
To run tests, run the following command:
rspec
You can deploy this project using:
git push heroku main
👤 Didier Peran Ganthier
- GitHub: @didierganthier
- Twitter: @didierganthier_
- LinkedIn: Didier Peran Ganthierr
👤 Habeeb Musa Efiamotu
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 Shedrack Sunday
- GitHub: @Shedraxk-Sunday
- Twitter: @DeleSundayS
- LinkedIn: Shedrack-Sunday
- Integrate Admin action.
- Integrate super users.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project consider giving it a star ⭐️.
I would like to thank Microverse for giving me the opportunity to work on this project.
- Microverse
This project is MIT licensed.