Learn how to build a CRUD command line application with Node.js. This tutorial covers the basics of Node.js, installation, setting up a project, installing dependencies, creating and checking files, querying and manipulating data in a database.
Table of contents
PrerequisitesHow the Finished Project Will FunctionHow to Install Node and NPMHow to Setup a Node.js ProjectHow to Install DependenciesHow to Create a New File from the TerminalHow to Check if a File ExistsHow to Query the DatabaseHow to Add Data to a FileHow to Test the addData FileHow to Retrieve DataHow to Edit DataHow to Delete DataConclusion2 Comments
Sort: