Exploration Getaways is a travelling application where the user can register new accounts, login and book a set of different trip packages. It is built and connected by using two different repos, including back-end(Rails) and front-end(React/Redux).
ruby -v
if you get something like this ruby 2.6.8p205 (2021-07-07 revision 67951)
you have Ruby installed.git clone https://github.com/VitorGuedesMadeira/Exploration-Getaways-BACKEND.git
in your CLI.cd Exploration-Getaways-BACKEND
code .
bundle install
- First delete `credentials.yml.enc`
- Run EDITOR="code" bundle exec rails credentials:edit
rails db:create db:migrate
rails db:seed
to populate itrails server
to open the local serverhttp://localhost:4000/
Click here to open the Kanban Board
rspec
š¤ Vitor Guedes Madeira š§š»āš»
š¤ Mumenya Nyamu š§š»āš»
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
Give a āļø if you like this project!
This project is MIT licensed.