loicdescotte / deno-api-oak

Building CRUD api's using Deno and oak

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deno-api-oak

This Git repository is created for the purpose of showing how you can "Buildi CRUD api's using Deno and oak". Related medium article can be found here.

Steps to run the code.

Make sure you have installed Deno in your machine. if not, please refer this article for further instruction related to installation and set up.

To run the application and start consuming api's, please run following command.

    deno run --allow-env --allow-net app.ts

About

Building CRUD api's using Deno and oak


Languages

Language:TypeScript 100.0%