Skip to content

bradtraversy/deno-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deno REST API

This is a REST API using Deno, Oak and PostgreSQL

Be sure to install https://www.postgresql.org/ and edit the "config.ts" file with your own credentials

Run

# This project uses Denon
deno start

Routes

GET      /api/v1/products
GET      /api/v1/products/:id
POST     /api/v1/products
PUT      /api/v1/products/:id
DELETE   /api/v1/products/:id

About

Simple REST API using Deno and Oak

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published