> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cocartapi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tools

> Tools to help you develop.

## Local Environments

When preparing the WordPress side of your headless store locally, using either one of these desktop applications will help you to create new WordPress sites on your computer with the click of a few buttons.

They takes care of configuring *PHP*, *MySQL* and basic configuration of WordPress to connect to the database. Some may provides one-click support for enabling *XDebug*, allow access to your WordPress site using *WP-CLI*, and more. All you need out of the box.

Quickly spin up a local environment from:

* [LocalWP](https://localwp.com/) - **Recommend**
* [DevKinsta](https://kinsta.com/devkinsta/)
* [Lando](https://docs.lando.dev/plugins/wordpress/v/stable/)
* [MAMP](https://codex.wordpress.org/Installing_WordPress_Locally_on_Your_Mac_With_MAMP)
* [XAMP](https://www.apachefriends.org)
* [Laravel Valet](https://laravel.com/docs/valet)

When setting up your WordPress environment, please check that they match the [server requirements](https://woocommerce.com/document/server-requirements/) that WooCommerce ask for in order to run CoCart.

## Tools

Some useful tools you can use to access the API include:

* [Postman](https://www.getpostman.com/) - A multi platform REST API GUI client (using Google Chrome or installing the app on Mac OS X or Windows).
* [Insomnia](https://insomnia.rest/) - Similar to Postman using an app on Mac OS X, Windows or Ubuntu.
* [Bruno](https://www.usebruno.com/) - Bruno is a Git-integrated, fully offline, and open-source API client.
* [Hoppscotch](https://hoppscotch.io/) - A fast and beautiful API request builder (web alternative to Postman).
* [ExtendsClass](https://extendsclass.com/rest-client-online.html) - Another web HTTP client.
* [CocoaRestClient](https://mmattozzi.github.io/cocoa-rest-client/) - A Mac OS X GUI client for interacting with the API.
* [Paw HTTP Client](https://itunes.apple.com/us/app/paw-http-client/id584653203?mt=12) - Another HTTP client for Mac OS X.
* [Hookbin](https://hookbin.com/) - Another tool to test web hooks.
