/apitest

Primary LanguageTypeScript

API Express

Install dependencies:

npm install

Run the development server:

npm run dev

Customer endpoints:

eg: example local server http://localhost:3000

Get All Customers:

GET /api/v1/customers

Get by Id:

GET /api/v1/customers/1

Get by name:

GET /api/v1/customers?search=diego