Skip to content

Files

Latest commit

3206aaf · Jun 28, 2019

History

History

back-end-web-development

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 28, 2019
Jun 28, 2019
Jun 28, 2019
Jun 28, 2019
Jun 28, 2019
Jun 28, 2019
Jun 7, 2018
May 13, 2019
Jun 28, 2019
Jun 28, 2019

Back-end web development

In this section, we will learn how to develop web service APIs using Node.js based application frameworks like express.js

The following topics would be covered:

  • Introduction to web
  • REST style web service
  • Web service implemented with Express framework
  • Using async functions with Express framework
  • Web service with authentication
  • Web service with database
  • Testing your web service
  • Deployment your web service to Heroku
  • Production quality web service
  • Web service security

Resources