/deno-oak-rest-api-example

An example of a REST API using deno and oak

Primary LanguageTypeScriptMIT LicenseMIT

Deno Oak REST API Example

An example of a REST API using deno, oak, and postgres

How to run:

deno run --allow-net ./main.ts

How to start postgres (via docker):

docker run --name local-postgres -e POSTGRES_PASSWORD=mysecretpassword -d postgres