Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 446 Bytes

README.rst

File metadata and controls

20 lines (14 loc) · 446 Bytes

Avocado Server and REST API

Avocado Server provides a REST based interface for application to communicate with the Avocado test server.

Dependencies

Avocado Server requires the following dependencies:

  • django
  • djangorestframework
  • drf-nested-routers

Usage

See documentation inside the docs directory, for a complete reference of running Avocado Server and using the REST API interface.