sandbox-axios/axios-get-trip
dancingCycle 251e753842 refactor(axios-get-trip): check status 2023-07-10 16:55:02 +02:00
..
.env feat(axios-get-trip): initial commit 2022-05-17 14:48:55 +02:00
.gitignore refactor(axios-get-trip): check status 2023-07-10 16:55:02 +02:00
README.md feat(axios-get-trip): initial commit 2022-05-17 14:48:55 +02:00
index.js refactor: remove callback function 2022-05-18 14:55:21 +02:00
package-lock.json refactor(axios-get-trip): check status 2023-07-10 16:55:02 +02:00
package.json refactor(axios-get-trip): check status 2023-07-10 16:55:02 +02:00
utils.js feat(axios-get-trip): extend index and add utils 2022-05-18 12:42:16 +02:00

README.md

Overview

tbc

Preparation

Run the following command in your favorite terminal to install dependenies.

npm i

Development setup

Run the following command in your favorite terminal if you fancy log messages for debugging.

export DEBUG=$DEBUG,axios

Run the following command in your favorite terminal to start the service in development mode.

npm run dev

Production deployment

tbc