This application replaces a legacy ASP.NET application
/dbDatabase scripts and schema information/apiBack-end APIs written in Node.js/webFrond-end application written in Vue.js
Within /api/.env.sample you will see a listing of relevant environment variables. Depending on the instance (development, test, production) of NODE_ENV you are running, you must create the appropriate .env.** file. Copy the sample file and fill it in.
To run this application in development, you must copy /api/.env.sample, rename it /api/.env.development and fill it with the appropriate values.
To be filled in later...