Problem
Question I:
Simple JS/TS node.js REST backend service that provides CRUD operations (create, read, update and delete) on the list of drugs in a drugstore. We assume a predefined/hardcoded UUID, name, date added, a quick summary of the drug, and its available quantity for simplicity. Feel free to use Lodash and Moment libraries.
Question II:
Create the React admin application to add new drugs and update existing medicines to the drugstore backend you wrote in question I. You need to use the best practices and concepts for your React admin frontend application.