Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 554 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 554 Bytes

Deno Simple Products Server.

What is this?

Just a playground for Deno and Oak. Specifically to create a simple product CRUD API

How To Run

  • Install Deno
  • Fork/Clone this REPO locally
  • Run: deno run --allow-net server.ts
  • Allow permissions when asked
  • Curl localhost:5000 and routes defined in controllers/products.ts

Influenced By

This Deno 'Crash Course' video