Skip to content

JulianThe0ne/binfind

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 65.6%
  • HTML 20.2%
  • SCSS 8.7%
  • JavaScript 5.4%
  • Shell 0.1%