KKkartik khodeinkartikkhode.hashnode.dev·Apr 14, 2023 · 1 min readSimple-Express-ServerFirst, you will need to create a project folder and then install the Express library. create a file with the name index.js in the project folder. To install the express, open a terminal window and type: npm install express --save. Once you installed ...00
KKkartik khodeinsimple-express.hashnode.dev·Jan 30, 2023 · 3 min readRelational vs Non-Relational DatabaseDatabase: Let’s start simple. What is a database? A database is a set of data held in a computer that can be accessible in various manners. There are two main database types: Relational & Non-Relational. So, what’s the difference? A relational datab...00