Skip to content

guzhongren/deno-restful-api-with-postgresql-tdd

Repository files navigation

Deno Restful API With PostgreSql & TDD

init DB

Start DB

make db

Connect DB in pgadmin

Open browser http://localhost:9099, username/password is admin@admin.com/000000

Host UserName Password DB
host.docker.internal postgres 0 postgres

1.Run

Run up backend with below command

$ make dev
...

2.VSCode Debug

Press F5 key;

3.Bundle & Run

make bundle

4.更新依赖

Ref: https://nugine.github.io/deno-manual-cn/linking_to_external_code/integrity_checking.html

make updateDeps

5.协作者

make cache

Ref

👍

赞赏