• Stars
    star
    152
  • Rank 239,897 (Top 5 %)
  • Language
    Ruby
  • License
    MIT License
  • Created over 10 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A web and mobile application to help organize travel plans among multiple people. Wanderlust is open source software that could be called one of the following: trip planning application, or vacation planning app, or trip planner, or vacation planner, or travel app, or trip app.

Wanderlust

I built the app as a way to help organize travel plans among multiple people. Itโ€™s pretty basic right now its just a board of destinations shared between people. You can check it out at mywanderlust.co.
Hereโ€™s an example trip I made:
http://mywanderlust.co/trips/c8b8d9b3444c2dce21fcf12063101b77a93c30f6/edit

Hereโ€™s my profile with multiple trips I want to go on:
http://mywanderlust.co/users/2

Please try to plan a trip with it and share the trip with people and tell me what would make the app more useful.

All feedback is appreciated.

Ruby on Rails

This application requires:

  • Ruby version 1.9.3
  • Rails version 3.2.13

Learn more about Installing Rails.

AngularJS

This application uses AngularJS

Other Open Source

https://github.com/FineLinePrototyping/angularjs-rails-resource
https://github.com/angular-ui/bootstrap
https://github.com/twbs/bootstrap

Database

This application uses PostgreSQL with ActiveRecord.

Development

  • Template Engine: ERB
  • Testing Framework: RSpec and Factory Girl
  • Front-end Framework: Twitter Bootstrap (Sass)
  • Form Builder: SimpleForm
  • Authentication: Devise
  • Authorization: None

Email

The application is configured to send email using a Mandrill account.

Getting Started

Go to mywanderlust.co and try it out.

Documentation and Support

This is the only documentation. Sorry.

Issues

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Similar Projects

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Development setup

  • cp config/database.yml.sample config/database.yml
  • rake db:setup
  • rake db:migrate
  • rake db:seed
  • rake db:test:clone
  • rspec

Contributing

If you make improvements to this application, please share with others.

  • Fork the project on GitHub.
  • Make your feature addition or bug fix.
  • Commit with Git.
  • Send the author a pull request.

If you add functionality to this application, create an alternative implementation, or build an application that is similar, please contact me and Iโ€™ll add a note to the README so that others can find your work.