Skip to content

My first implementation of Deno runtime environment for JavaScript and TypeScript.

Notifications You must be signed in to change notification settings

charlesarchibong/deno-crud-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deno-crud-api

My first implementation of Deno runtime environment for JavaScript and TypeScript. Writing APIs with Deno.

Modules

  1. Oak
  2. dotenv
  3. Mongodb

Edit

  1. Change the .env file in the root directory to suite your database

Routes

/users

  • METHOD : GET
  • RESPONSE - All users records

/users/:id

  • METHOD: GET
  • RESPONSE - Single user record

/users/:id

  • METHOD: PUT
  • RESPONSE - Update Single user record

/users/:id

  • METHOD: DELETE
  • RESPONSE - Delete Single user record

About

My first implementation of Deno runtime environment for JavaScript and TypeScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published