Skip to content

Tudor44/deno-rest-api-example

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Deno REST Example

A simple REST API starter kit implementation in Deno environment using OAK as middleware framework.

The app contains basics CRUD operation managing a Book entity using at the moment a simple Interface for modeling the REST Entity with read and write operation in an array collection.

In the future I will improve this example adding database and authentication support.

Usage

deno run --allow-net=:5000 server.ts

Releases

No releases published

Packages

No packages published