Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 656 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 656 Bytes

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