- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
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.
The frontend was made with react and can be found here
Client
Server
Database
- 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.
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 git@github.com:NickEmma/car-rental-api.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 spec/integration
You can deploy this project using:
git push heroku main
👤 Nicholas Emmanuel
- GitHub: @NickEmma
- Twitter: @techieEmma
- LinkedIn: @Nicholas Emmanuel
👤 Abdelmejid Oumer Ali
- GitHub: @amejid
- Twitter: @amejidoumer
- LinkedIn: Abdelmejid Oumer Ali
👤 Said laasri
- GitHub: @Said-laasri
- Twitter: @saidlaasr
- LinkedIn: SAID LAASRI
👤 Abel Desalegn
- GitHub: @Abel-desu
- Twitter: @Abeldesalegn
- LinkedIn: Abel Desalegn
👤 Mohamed Ashour
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- It will allow users to rent a car.
- It will allows users to give a review for a specific car.
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.
- LazyCoders
- Coding Partners
- Microverse
This project is MIT licensed.