CUCentralAdvancement / cms

The Central Advancement Content Management System
MIT License
0 stars 0 forks source link

Seed Database For Development #32

Closed alexfinnarn closed 3 years ago

alexfinnarn commented 3 years ago

https://www.prisma.io/docs/guides/prisma-guides/seed-database

For starting out development and for testing purposes, it is nice to create some seed data that helps the developer continue from where they left off while at the same time allowing them to blow away all changes and start from that place again.

Prisma now has a db seed command, and the /prisma/seed.ts code looks straightforward.

Acceptance Criteria

alexfinnarn commented 3 years ago

I had some trouble with this feature so I will use an /api/seed route for now.

alexfinnarn commented 3 years ago

already exists in Rails version of CMS