Skip to content

echelonka/deno-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deno-rest-api

A simple REST API build on Deno using static data.

Deno installation

Shell (Mac, Linux):

curl -fsSL https://deno.land/x/install/install.sh | sh

PowerShell (Windows):

iwr https://deno.land/x/install/install.ps1 -useb | iex

Homebrew (Mac):

brew install deno

Chocolatey (Windows):

choco install deno

Scoop (Windows):

scoop install deno

Build and install from source using Cargo

cargo install deno

Run the local server

deno run --allow-net server.ts

About

A simple REST API for Deno

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published