8000 GitHub - devmnj/todo-denodb-orm-sqlite: This an example for ORM based API in Deno using Denodb,Sqllite3 and Oak.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This an example for ORM based API in Deno using Denodb,Sqllite3 and Oak.

Notifications You must be signed in to change notification settings

devmnj/todo-denodb-orm-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is a tutorial for deno beginners create API using SQLite, Oak-Router, denodb

I recommend use POSTMAN to test the API requests

This project created with CLI Tool create-app

  • Use comment Anchor extention in VSCode So that yo can easily jumb into Notes

How to run

Clone the repo and cd into folder and run using denon/deno

deno run -A --unstable main.ts

*-A for all pass permissions

0