Install dependencies:
npm install
Run the development server:
npm run dev
eg: example local server http://localhost:3000
GET /api/v1/customers
GET /api/v1/customers/1
GET /api/v1/customers?search=diego
Install dependencies:
npm install
Run the development server:
npm run dev
eg: example local server http://localhost:3000
GET /api/v1/customers
GET /api/v1/customers/1
GET /api/v1/customers?search=diego