This is a starter project for RESTful APIs written in Deno.
# Run in development mode
deno task dev
# Run in production mode
deno task start
# Build and run binary
deno task build
build/app
# Run unit tests
deno task test
# Generate coverage report
deno task coverage
Edit config.json
with your configurations.