###Overview For our Lighthouse Labs midterm project, we made an app that helps people find pop-up shops like garage sales or farmers markets happening now in their area.
#####This is a spin-off of that midterm project, available at http://rummagr.herokuapp.com/ Note: this project only shows you current sales (happening right now). To see the app in action, register and create a new sale.
###Features
- Search for pop-up sales based on user location.
- See a map of all current sales near user.
- Browse all sales and see information like address, time, description, and image.
- Post and edit sales.
###Wish List
Sanitize user input to escape HTML.- Get location from browser.
- Register - require password
- Login - make it actually work instead of "that user already exists"
- Ability to edit all sales instead of most recent.
- Play with bootstrap.
- Ability to post and view future sales.
- Image scale maintain proportion (display by width)
Break up the create sale form into more usable chunks.- Draggable pin on map (perhaps instead of new "where you at?")
###To run locally on vagrant
bundle installshotgun -p 3000 -o 0.0.0.0- Visit
http://localhost:3000/in your browser rake db:rebirthto generate some test sales near Gastown, Vancouver