- A CSV drag and drop app to upload a CSV file of records to a MariaDB database
- blank CSV template: https://denveru-my.sharepoint.com/:x:/r/personal/kim_pham60_du_edu/Documents/JCRS%20Patient%20Record%20Database_Single%20Sheet_Version_036.xlsx%20-%20blank_template.csv?d=wb07285c18e1a4c72b4ea2dbf36b9f901&csf=1&web=1&e=I9qfqx. Field mappings can be adjusted in code
- handle urls can be retrieved from an API endpoint
npm install
SQLITE_DB=
REPO_DB_USER= REPO_DB_PASSWORD= REPO_DB_DATABASE= REPO_DB_TABLE= REPO_DB_PORT= REPO_SIP_UUID=
BASE_PATH= PORT=3000