We are developing this application for our course (enPiT) in University of Tsukuba. Our project's goal is making a device which prevents the user's bicycle from theft.
"I am afraid of bicycle theft...😨"
"My bicycle is stolen!😡 Where on earth is my bicycle?"
We proposed CyTras to cope with these problems. You use a saddle, which is called CyTras-Saddle, with GPS function. CyTras-Saddle sends positional information by GPS. Thereby, you can easily check the position of your bicycle from your web browser and Android app.
It is CyTras that is an assistant to protect your bicycle.
- postgresql (production)
- without docker
$ git clone https://github.com/enpitut2017/MegumiKato.git
$ bundle install
$ bundle exec rails server- use docker
$ git clone https://github.com/enpitut2017/MegumiKato.git
$ docker-compose build
$ docker-compose up