Rails app for vacation planning. Track your trips - where, when and what. Find fun things to do at your destination, or see other users' trips for travel inspiration.
3877e33c767f26ad0594d4dbcecd559373d9fdae
Clone the repo down to your local machine.
Use bundle install
to install dependencies.
Use rake db:create
and rake db:migrate
to set up the database. There is also a seed file with sample data you can run with rake db:seed
.
You can run the app with the following command: rails s
. You can then go to your browser and view the application.
Contributions are welcome, especially by beginners. To contribute to this project please fork the repository, make changes, and submit a pull request. If you have any questions, feel free to reach out to Tracy @bacitracin.
This project uses the MIT License. For more information, please see LICENSE.txt.