Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 717 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 717 Bytes

A lightweight API for managing partners 🤝

Installation

$ npm install # yarn

Copy .env.example to .env

$ cp .env.example to .env

Running the app

# development watch mode
$ npm run start:dev # yarn start:dev

Running with Docker

$ docker-compose -f docker-compose.yml up

Resources

Partners

Endpoint HTTP Method Description
/api/v1/partners GET List all partners
/api/v1/partners/{id} GET Create new partner
/api/v1/partners POST List partner by ID