Quickstart guide to get Kodus API running on your local machine.
.env
fileyarn docker:start
yarn migrate:dev
yarn seed
yarn tunnel
(creates public endpoint)yarn dev:health-check
yarn docker:start && yarn migrate:dev && yarn seed
yarn tunnel
(creates public endpoint).env
automaticallyhttp://localhost:3001/health
in your browserhttp://localhost:3001/[provider]/webhook
yarn dev:first-run
) fails:
Missing dependencies:
.env
file exists in the project rootyarn dev:health-check
to get detailed diagnosticsyarn docker:start
)yarn docker:logs
for startup errors.env
file has all required variablesyarn tunnel
to create a public endpoint for external webhooks