Skip to content

Latest commit

 

History

History
63 lines (52 loc) · 1.72 KB

README.md

File metadata and controls

63 lines (52 loc) · 1.72 KB

Binfind

BinFind is an innovative app that helps you locate the nearest trash bins in Tokyo. With just a few clicks, you can find the nearest bin to dispose of your waste and keep the city clean.

IMG_6250 IMG_6254 IMG_6259 IMG_6253


App home: https://www.binfind.online/

Getting Started

Setup

Install gems

bundle install

Install JS packages

yarn install

ENV Variables

Create .env file

touch .env

Inside .env, set these variables.

MAPBOX_API_KEY=your_own_mapbox_api_key
CLOUDINARY_URL=your_own_cloudinary_url_key

DB Setup

rails db:create
rails db:migrate
rails db:seed
rails bin:attach_photos

Run a server

rails s

Built With

Team Members