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).
- Check the Ruby version or if you have at all by running
ruby -v
if you get something like thisruby 2.6.8p205 (2021-07-07 revision 67951)
you have Ruby installed. - Clone the repository by running
git clone https://github.com/VitorGuedesMadeira/Exploration-Getaways-BACKEND.git
in your CLI. - Type
cd Exploration-Getaways-BACKEND
- Type
code .
- Run
bundle install
- First delete `credentials.yml.enc`
- Run EDITOR="code" bundle exec rails credentials:edit
- Run
rails db:create db:migrate
- Optionally you can run
rails db:seed
to populate it - Run
rails server
to open the local server - Open Browser
http://localhost:4000/
Click here to open the Kanban Board
- Run
rspec
👤 Vitor Guedes Madeira 🧑🏻💻
- GitHub: @vitorguedesmadeira
- Twitter: @CDahguedes
- LinkedIn: Vitor Guedes
👤 Mumenya Nyamu 🧑🏻💻
- GitHub: @Nyame-Wolf
- Twitter: @mumenyam
- LinkedIn: Mumenya Nyamu
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
Give a ⭐️ if you like this project!
- We give credit to Murat Korkmaz on Behance the author of the original design
This project is MIT licensed.