Backend Class 1.

Love Babber (BD-1)

Follow some steps of Love Babber Backend Class 1

  • Create a folder with any name

  • Open the folder in VS CODE.

  • Open the VS CODE terminal using (ctrl + `).

  • Write a command to load packages npm init -y.

  • Now create a file with an extension .js

  • Now install Express in our package.json file using this command npm i express

  • Now install Mongoose in our folder using the command npm i express.

Mongoose is used to connect our database to the server.

  • See the codes.

In this class 1 we use a software which is POSTMAN.

Read the Docs. of Postman