A basic REST API boilerplate built with Deno and PostgreSQL.
- Oak framework.
- deno-postgres
- basic user auth and CRUD operations.
git clone https://github.com/drejohnson/deno-rest-api-postgres.git
cd deno-rest-api-postgres
Add credentials to .env
cp .env.example .env
To run server
deno run --allow-net --allow-write --allow-read --allow-plugin --allow-env --unstable server.ts