PinnedBuilding a CRUD API with NodeJs and MySQLThis article is on building a CRUD (Create, Read, Update, and Delete) API with NodeJs and MySQL. Tools Used in building the API NodeJs: is a runtime environment that runs on a JavaScript Engine (i.e. V8 engine). Express: is a framework in NodeJs MyS...Oct 15, 2022·7 min read