Skip to content

A map of your best memories, past and yet to come. (Le Wagon team project, 4 teammates, completed in 2 weeks)

Notifications You must be signed in to change notification settings

chrisbourgeonnier/basho

 
 

Repository files navigation

‖ BASHO ‖ A map of your best memories, past and yet to come

BASHO is a mobile-first web app where users can curate their map of Tokyo with the places that matter to them. As opposed to Google Maps, BASHO lets them sort and customize their pins, but most of all, it allows them to create as many tags as they want to label their places and easily find them later on.

After signing up, the user starts with a clean map of Tokyo. They can add a new pin to their map:

  • When they go to a new place so they can easily return or talk about it to their friends and family
  • When a friend, website or influencer recommends a place, as a memo
  • When they see a place that sparks their interest while on the bus or walking around, so they can go there in the future

When the user adds a pin:

  • BASHO's search feature allows them to easily find the place so they don't have to type the address (nor the place's full name)
  • They can create new tags for it, or choose from their list of previously created ones
  • By default, the place is marked as not visited, but the user can toggle this now or later on
  • They can add their own personal rating and comments for future reference
  • They can browse through their collection of pins via two view modes: map or list view

When it comes to saving places, the advantages of using BASHO instead of Google Maps are being able to:

  • Filter by tag(s)
  • Filter by already visited or not
  • Sort by alphabetical order
  • Sort by date (when the pin was created)
  • Do a search by name, address keyword, or in the comments

Screenshots:

homepage map-view filters pin-preview list-view show-one search-feature search-feature-2 new-pin

Create your own account and explore the app:

https://www.basho-app.me

Getting Started

Setup

Install gems

bundle install

ENV Variables

Create .env file

touch .env

Inside .env, set these variables. For any APIs, see group Slack channel.

CLOUDINARY_URL=your_own_cloudinary_url_key
MAPBOX_API_KEY=your_own_mapbox_api_key
GOOGLE_API_KEY=your_own_google_api_key

DB Setup

rails db:create
rails db:migrate
rails db:seed

Run a server

rails s

Built With

Acknowledgements

Inspired by French app "Mapstr" https://web.mapstr.com/.

Team Members

About

A map of your best memories, past and yet to come. (Le Wagon team project, 4 teammates, completed in 2 weeks)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 60.1%
  • HTML 22.9%
  • SCSS 12.9%
  • JavaScript 3.0%
  • Other 1.1%