Skip to content

GitHub repository provides a comprehensive implementation of a CRUD (Create, Read, Update, Delete) API using Deno. The API is built with the Oak middleware framework and uses SQLite as the database via DenoDB.

Notifications You must be signed in to change notification settings

Kailashw/deno-api-oak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

GitHub repository provides a comprehensive implementation of a CRUD (Create, Read, Update, Delete) API using Deno. The API is built with the Oak middleware framework and uses SQLite as the database via DenoDB.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published