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.
- Ruby on Rails
- Postgres
If you wish to run the project locally, please do the following:
- Clone the repository to your local machine. -
git clone hhttps://github.com/NatiDeme/tour-booking-backend
-cd tour-booking-backend
- Run
rake db:create:all
andrake db:migrate
- Run
rake db:seed
to populate the database with some sample data. - Run
rails s
to start the server. - In your browser, go to http://localhost:3000.
- Run
rails db:migrate RAILS_ENV=test
to migrate on test database - Run
rake rswag
to run the test
This project was build with 2 teams Backend and Front End. Our team constitutes of 4 participants. The following are the list of Authors differentiated as worked in teams and their roles.
👤 **Natnael Demelash (TEAM LEADER) **
- GitHub: @githubhandle
- LinkedIn: LinkedIn
👤 Taiwo Damola Adediran
- GitHub: @githubhandle
- LinkedIn: LinkedIn
👤 **ABDUL ALI (TEAM LEADER) **
👤 CHARLOTTE DIVINE
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.