#Any recommendation for build seeder based on Typeorm?
1 messages · Page 1 of 1 (latest)
With sequelize, we found it easiest to create a separate standalone nestjs app that uses the repositories to populate the database.
For the back-end, we've got TypeORM setup and running. During development, we just use Postman. Haven't had to manually push data into the app yet.