Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 1.54 KB

File metadata and controls

59 lines (35 loc) · 1.54 KB

Sandbox

This folder contains a sandbox API for initial development

For more information about building sandbox APIs see the API Producer Zone confluence.

Table of Contents

Prerequisites

Quick Start

Please note all commands are meant to be run from this directory /sandbox

Installing dependencies

To install the dependencies use make install

If you do not have poetry installed you can install the dependencies using pip install poetry and then run make install

Starting the API

To start the API locally use make start

Development

Please note all commands are meant to be run from this directory /sandbox

Starting the API with Hot Reloading

To run the API with hot reloading use make start-dev

Testing

Unit Tests

Unit tests can be run using make test

Useful commands

For more useful development commands review the Makefile or run make list