All Projects → bradtraversy → Deno Rest Api

bradtraversy / Deno Rest Api

Simple REST API using Deno and Oak

Programming Languages

typescript
32286 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].