Ideas for app
- Shopping - a shopping list app, maybe with phonegap. Web/phone sync.
- Tapatracker - categorize, describe, photos?, location tapa tracker. "Do I want asian noodles or oxtail? I'll check tapatracker!"
- Unlikeable - a facebook app that checks which of your friends liked things that you disliked. I don't know if this is possible. It probably is.
- SoundCloud playlist creator
I just created and pushed the scaffold of an app. https://github.com/granadajs/tapatracker-server
Installation
gem install bundler
git clone [email protected]:granadajs/tapatracker-server.git
cd tapatracker-server
bundle install
bundle exec rake db:migrate
bundle exec unicorn_rails -p 3000
You need SQLite3 installed on your system for this to run. I picked this database because it is usually pretty worry free to install, I have had issues getting postgresql installed on some people's systems.
If you are on windows, this probably won't work. I can help you if you need more instructions.
If you are on OSX, you will probably need to install XCode followed by a packaging manager like homebrew where you can then run
brew install sqlite3
.