This is an app in which you can reserve a tour, create a tour, delete a tour and show all your reserved tours. This app was created by separating the Fron-End and the Back-End into two repositories. This is the repository of the back-end API.
- Kanban board
- Screenshot
- Number of team members: 3
- Santiago Cárdenas
- Mar Bautista
- Mahmoud Makhlouf
- Rails, Ruby, Devise, Cancancan, Rspec, SQL, Capybara.
- Make sure Ruby is installed.
- Make sure PostgreSQL is installed.
- Open your terminal.
- Clone repo by running this command:
git clone https://github.com/Santiago220991/Booking-Tours.git
- Navigate to project folder:
cd Booking-Tours
- Install dependencies with
bundle install
- Create the database:
rails db:create
- Create database tables and schema:
rails db:migrate
- Run with
rails server
rspec spec
👤 Santiago Cárdenas
- GitHub: @Santiago Cárdenas
- LinkedIn: Santiago Cárdenas
- Twitter: @SanCardenas10
👤 Mar Bautista
- GitHub: marilirulita
- LinkedIn: mar bautista
- Twitter: @marylirulita
👤 Mahmoud Makhlouf
- GitHub: @devMahmoud
- LinkedIn: Mahmoud Makhlouf
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Original design idea by Murat Korkmaz on Behance.
This project is MIT licensed.