Just a playground for Deno and Oak. Specifically to create a simple product CRUD API
- 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