KarimMohamed20 / deno-rest-api

Simple REST API using Deno and Oak

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 100.0%