Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danecjensen/mywanderlust
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.
https://github.com/danecjensen/mywanderlust
Last synced: 11 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/danecjensen/mywanderlust
- Owner: danecjensen
- License: mit
- Created: 2013-10-31T04:42:47.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-05-25T04:10:59.000Z (over 1 year ago)
- Last Synced: 2024-08-02T14:12:32.287Z (4 months ago)
- Language: Ruby
- Homepage: mywanderlust.co
- Size: 764 KB
- Stars: 152
- Watchers: 16
- Forks: 28
- Open Issues: 3
-
Metadata Files:
- Readme: README.textile
- License: LICENSE
Awesome Lists containing this project
README
h1. 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":http://mywanderlust.co.
Here's an example trip I made:
"http://mywanderlust.co/trips/c8b8d9b3444c2dce21fcf12063101b77a93c30f6/edit":http://mywanderlust.co/trips/c8b8d9b3444c2dce21fcf12063101b77a93c30f6/editHere's my profile with multiple trips I want to go on:
"http://mywanderlust.co/users/2":http://mywanderlust.co/users/2Please 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.
h2. Ruby on Rails
This application requires:
* Ruby version 1.9.3
* Rails version 3.2.13Learn more about "Installing Rails":http://railsapps.github.io/installing-rails.html.
h2. AngularJS
This application uses "AngularJS":http://angularjs.org
h2. Other Open Source
https://github.com/FineLinePrototyping/angularjs-rails-resource
https://github.com/angular-ui/bootstrap
https://github.com/twbs/bootstraph2. Database
This application uses PostgreSQL with ActiveRecord.
h2. Development
* Template Engine: ERB
* Testing Framework: RSpec and Factory Girl
* Front-end Framework: Twitter Bootstrap (Sass)
* Form Builder: SimpleForm
* Authentication: Devise
* Authorization: Noneh2. Email
The application is configured to send email using a Mandrill account.
h2. Getting Started
Go to "mywanderlust.co":http://mywanderlust.co and try it out.
h2. Documentation and Support
This is the only documentation. Sorry.
h4. Issues
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
h2. Similar Projects
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
h2. Development setup
* cp config/database.yml.sample config/database.yml
* rake db:setup
* rake db:migrate
* rake db:seed
* rake db:test:clone
* rspech2. 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.