Introduction
  • Introduction to the Course
  • Introduction to Backend Development
Installation
  • NodeJS Installation
  • Heroku Installation
  • Visual Studio Code Installation
  • Postman Installation
Basics of Javascript
  • Basic Data Types
  • If Else Statements
  • Looping In Javascript
  • Functions
  • Asynchronous Callbacks
  • Asynchronous Promises
  • Async and Await
  • Modules and Exporting
Creating Our First Server
  • Initializing a Node.js Project
  • Setting up a server using the http module
  • Setting up a server using express
Application Programming Interface(API)
  • What is an API?
  • Making our first API
  • Post and Patch in an API
Databases
  • What is a database?
  • Connecting our backend to a database
  • Basic operations on the database using the backend
Conclusion
  • Conclusion