Skip to content

t-shiratori/hello-deno-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-deno-rest-api

Practice Deno through simple web app with rest api.

スクリーンショット 2022-08-14 12 28 05

Used libraries

Setup

  1. Prepare the database.

The Open Source Firebase Alternative | Supabase

  1. Add .env file.
HOST_NAME=*** # Connection info Database Host
PASSWORD=*** # Connection info Password
PORT=*** # Connection info Port

スクリーンショット 2022-08-14 12 20 43

Table Configuration

col name type value example
id int8 1
created_at timestamptz 2022-08-14 02:58:37.829165+00
name text Jack
  1. Install denon

denosaurs/denon: 👀 Monitor any changes in your Deno application and automatically restart.

  1. Install Velociraptor

Velociraptor | The script runner for Deno

Run it

$ vr server

Then, open browser to http://0.0.0.0:8080/.

About

Practice Deno through simple web app with rest api.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published