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.
- 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
- 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
Install gems
bundle install
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
rails db:create
rails db:migrate
rails db:seed
rails s
- Rails 7 - Backend / Front-end
- Stimulus JS - Front-end JS
- Heroku - Deployment
- PostgreSQL - Database
- Bootstrap — Styling
- Figma — Prototyping
Inspired by French app "Mapstr" https://web.mapstr.com/.
- Stéphanie DI DINO - Project Manager
- Julien LESUEUR - Lead Developer
- Chris BOURGEONNIER - Fullstack Developer, Presenter
- Jonatan JAKOBSSON - Backend Developer