Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 563 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 563 Bytes

Deno REST API with PostgreSQL

A basic REST API boilerplate built with Deno and PostgreSQL.

Features

Getting Started

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