Full-Stack Web Development with Vue.js and Node
Introducing MEVN Chapter 1 There are a lot of technologies to choose from for the frontend and backend while developing an appli ...
Introducing MEVN Chapter 1 Installing Node.js on macOS There are two ways to install Node.js on macOS: using the installer or us ...
Introducing MEVN Chapter 1 Just hit Continue until the installation finishes. Once the installation is complete, we will be abl ...
Introducing MEVN Chapter 1 Installing Node.js on Linux For Linux, we can either install the default distribution of Node.js or w ...
Introducing MEVN Chapter 1 Installing Node.js for Windows via an installer is almost the same as on macOS. Once we download and ...
Introducing MEVN Chapter 1 Introducing npm The npm is the acronym for Node Package Manager. Basically, it is a tool that takes c ...
Introducing MEVN Chapter 1 Using npm npm is used to install different packages in our application. There are two ways to install ...
Introducing MEVN Chapter 1 main: This is the primary entry point used to look for the package. Basically, it is a file path, so ...
Introducing MEVN Chapter 1 Running this command will ask us a bunch of questions that we can answer interactively from the comma ...
Introducing MEVN Chapter 1 In the end, it will create a package.json file, which will have the following content: Installing Mon ...
Introducing MEVN Chapter 1 Each document is stored in a JSON-structured format. Querying and Indexing the MongoDB is very easy. ...
Introducing MEVN Chapter 1 Installing MongoDB via Homebrew To install MongoDB in macOS from Homebrew, follow these steps: With ...
Introducing MEVN Chapter 1 To stop the mongod process: $ sudo service mongod stop To restart the mongod process: $ sudo serv ...
Introducing MEVN Chapter 1 Once the executable file is downloaded, run the installer and follow the instructions. Just go throug ...
Introducing MEVN Chapter 1 Creating documents Now, let's quickly review the commands used in MongoDB. The insert command is used ...
Introducing MEVN Chapter 1 Fetching all documents To fetch all the records from the posts collection, run the following command: ...
Introducing MEVN Chapter 1 Updating documents This command is used when we want to update a certain part of a collection. Let's ...
Introducing MEVN Chapter 1 Deleting a single document that matches the given criteria To delete only the first record that satis ...
Introducing MEVN Chapter 1 Installing Git on Linux Installing Git in Linux is as easy as installing Git on macOS. Just type the ...
Introducing MEVN Chapter 1 Hosting our own website: We can also host our own website with GitHub using a feature called GitHub p ...
«
1
2
3
4
5
6
7
8
9
10
»
Free download pdf