Multiplied-By-One / MBOne-Backend

Backend of Multiplied By One Web App
MIT License
5 stars 6 forks source link

Add fixtures framework + commands #1

Closed ryanolee closed 3 years ago

ryanolee commented 3 years ago

Problem:

When starting out with local dev using this app we have no data available to use. This can be problematic given it means we each need to manually create data for our DB every time we want to try some local dev

Aims:

Use a package like https://github.com/RobinCK/typeorm-fixtures to to create a fixture where a single user is created.

tsukimi2 commented 3 years ago

@ryanolee I'll have a try at this issue. ^_^

ryanolee commented 3 years ago

Sure thanks for picking this up @tsukimi2 ! Let me know if you need any help getting things set up!

tsukimi2 commented 3 years ago

Closing issue with merged code above.