Reading HTML form data using GET and POST method in Node.js

It is a server application developed using Node.js that will read data from HTML form and will perform basic operations like insert, read, update and delete on SQLite3 database using GET and POST requests. Some security features are also added by using modules like Helmet and Express-rate-limit.