How to add your dataset
POST
request of data.
I have included and example endpoint for bulk loading a CSV file in the repository.
You will have to make adjustments to handle your data.
seed.ts
file.
You’ll notice there is a faker.js
implementation that loads 500 dummy records into the database.
You could replcace this with your real dataset, either loaded from a CSV file or a JSON array of objects.
admin@admin.com
You can adjust this form to suit your data and manually add new records as you need them!