Search for question
Question

Server Database for Website Project

Task

In this task, you are required to create a web server that implements a simple Comments Server, with an interface to a simple database (file) and accepts

requests from a user (client browser). These requests include a GET to display the contents of the database, and a POST to store a new record in the database.

The database structure (schema) should support a record with the following fields:

Fig: 1