Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.1 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.1 KB

About Tanumbotics

Hello, there! We are Tanumbotics—a Jollibee Farmer Entreprenuership Program (FEP) sponsored team of Computer Science and Engineering students dedicated to develop an application to help small-scale farmers in the Philippines. Our project is UmaBOT, an crop monitoring system using drones, web, and Android technologies.

About UmaBOT Web

This repository contains the source codes of the web application for UmaBOT, a crop monitoring system drone. This repository is under MIT license. Please read the LICENSE file for more details.

Usage

Make sure you have Python installed properly. To run the server on localhost:

$ git clone git@github.com:Tanumbotics/UmaBOT-Web.git
$ cd UmaBOT-Web
$ pip3 install -r requirements.txt
$ python3 manage.py migrate
$ python3 manage.py collectstatic
$ python3 manage.py runserver

Support or Contact

If you need our help or just something you need to ask about us, feel free to e-mail the above-mentioned and we will be glad to respond to your request.

© 2017-2018 Tanumbotics. All Rights Reserved