Skip to content

A simple getting started with the Deno project. This project contains CRUD operation based rest API microservice architecture and MySQL database connection. A complete guide for a beginner.

License

Notifications You must be signed in to change notification settings

dheerajgupta217/getting-started-with-deno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The article is associated with the article https://dzone.com/articles/deno . For more information do visit the article.

crud-with-deno

The complete getting started tutorial can be found at:

Install Deno

curl -fsSL https://deno.land/x/install/install.sh | sh

Run the project

deno run --allow-net server.ts

Controller Routes

GET            /employee
GET BY ID      /employee/<id>
POST           /employee
UPDATE BY ID   /employee/<id>
DELETE BY ID   /employee/<id>

#P.S. Do Fork and Star the repository Follow for more open source contribution

About

A simple getting started with the Deno project. This project contains CRUD operation based rest API microservice architecture and MySQL database connection. A complete guide for a beginner.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published