- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Exo Cars is a website for renting exotic cars. It allows users to register, see the available cars and make reservations. Admin users are allowed to add and remove cars from the database.
Client
Server
Database
- REST API
- Authentication
- API documentation
To get a local copy up and running, follow these steps.
In order to run this project you need:
Clone this repository to your desired folder:
using HTTPS:
git clone https://github.com/ElsonOtake/Final_capstone_backend.git
cd Final_capstone_backend
using an SSH key:
git clone git@github.com:ElsonOtake/Final_capstone_backend.git
cd Final_capstone_backend
using GitHub CLI:
git clone gh repo clone ElsonOtake/Final_capstone_backend
cd Final_capstone_backend
Install this project with:
bundle install
bundle exec figaro install
Add the following content to the config/application.yml
and fill in your Postgres username and password:
DATABASE_HOST: localhost
DATABASE_USER: your_username
DATABASE_PASSWORD: your_password
Create the database and load the initial data:
rails db:create db:migrate db:seed
To run the project, execute the following command:
rails server
To run tests, run the following command:
rspec spec/requests
rspec spec/models
To generate the API documentation:
rake rswag:specs:swaggerize
👤 Antonio Hincapié
- GitHub: @AntonioHincapie
- Twitter: @MarcoHincapie
- LinkedIn: antoniohincapie
👤 Elson Otake
- GitHub: elsonotake
- Twitter: @elsonotake
- LinkedIn: elsonotake
👤 Giuseppe Tomasini
- GitHub: @GiuseppeTG
- Twitter: @giusetomasini
- LinkedIn: Giuseppe Tomasini
👤 Gonzalo A. Medina
- GitHub: @mgmediaweb
- Twitter: @GonzoMedinaDev
- LinkedIn: gonzalo-medina-g
- Implement Postgresql date range type for bookings
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
I would like to thank:
This site is based on the design created by Murat Korkmaz on Behance, this design is under the Creative Commons license of the design.
This project is MIT licensed.