ourjapanlife / findadoc-server

The api / server for Find A Doc, Japan. Check out the board to see the latest effort https://github.com/orgs/ourjapanlife/projects/8
3 stars 1 forks source link

Add fake submissions data to seeding file #468

Closed Anissa3005 closed 1 month ago

Anissa3005 commented 1 month ago

Resolves: #467

The the fake submissions data was missing from the seeding file, therefore we did not have any seeded data for submissions

What changed

Testing instructions

Run npm run dev:startlocaldb Then npm run dev

Visit emulator database and see the seeded data for submissions.

To do

This is a quick fix, so we can work on the frontend. This means I didn't check in depth that fake data is as it should be.

NabbeunNabi commented 1 month ago

Thanks so much for working on this!