What Will I Learn?
Creating a server to serve API requests
Using Oak framework of Deno
Creating Dynamic routes with different request methods likes Post, Get, Put, Delete or Patch
Installing Denon to make server restart for every file change
Using Git and Github
Using JSON Web Token (jwt) for Authentication user
How to create RestFul API.
How to transform any model for your API
How to use Postman for checking API endpoints.
Handling Errors and Exceptions
Why Progressive Course?
Since Deno is the successor of Nodejs, it will evolve with time so as the course will
As something new comes to Deno, I will update this course ( or the course progresses)
Deno is the future so we need to progress bit by bit daily and this course will help you
Roadmap: # (done), * (to be done)
# Getting Started with Deno
# Creating Http Server
# Using Oak framework
# Setting up dynamic routes
# Using MongoDB driver with Deno
# Storing User information into Mongo database
# Encrypting user password
# Login user using Email and Password
# Generating JWT token after authentication
# Parsing JWT token from Authorization header of the request
# Creating Protected Routes
* Using Vuejs to do user CRUD
* Using Vuejs for login and storing cookies
* Understanding Websocket basics with Deno
* Making real-time chat system