Skip to content

chibat/heroku-deno-postgres-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heroku-deno-postgres-example

Buildpack

https://github.com/chibat/heroku-buildpack-deno

Running Locally

Make sure you have Deno and the Heroku CLI installed.

$ git clone https://github.com/chibat/heroku-deno-postgres-example.git
$ cd heroku-deno-postgres-example
$ export DATABASE_URL=${YOUR_HEROKU_DATABASE_URL}
$ ./app.ts
$ curl -i http://localhost:8080
HTTP/1.1 200 OK
content-type: application/json
content-length: 13
date: Wed, 11 Aug 2021 11:42:53 GMT

[["pg_type"]]

Deploying to Heroku

...

About

heroku-deno-postgres-example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published