Added frontend client to the prescription module which presents the user with a multi-step form, and then sends a POST request to the node.js server to create a PDF prescription template.
The template is being created and stored on the server.
Next step is to add a database where we can store the JSON file, and then create another page where a user can enter the prescription id to download the pdf.
Added frontend client to the prescription module which presents the user with a multi-step form, and then sends a POST request to the node.js server to create a PDF prescription template.
The template is being created and stored on the server. Next step is to add a database where we can store the JSON file, and then create another page where a user can enter the prescription id to download the pdf.