/horta_api

Primary LanguagePython

Project Horta

The main goal of the project is build an api to provide information and instructions to how to plant and maintain a kitchen garden at home.

Installation

####Requirements

wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
sudo pip install Django
sudo pip install MySQL-python
sudo pip install django-input-mask
sudo aptitude install libapache2-mod-wsgi python-dev libmysqlclient-dev apache2 apache2.2-common apache2-mpm-prefork apache2-utils libexpat1 ssl-cert
sudo pip install djangorestframework
sudo pip install markdown       # Markdown support for the browsable API.
sudo pip install django-filter  # Filtering support
sudo pip install djangorestframework

Usage

TODO:

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

(inspiration music https://www.youtube.com/watch?v=sB2uIJBzzsU)