Add fixtures for remaining entities in database initialization script (#36)

* Create fixture data for remaining entities and load it in db

* Rename currProject to currentProject in frontend package

* Handle review changes

* Update readme for loading fixtures

---------

Co-authored-by: neeraj <neeraj.rtly@gmail.com>
This commit is contained in:
2024-02-01 11:37:57 +05:30
committed by Ashwin Phatak
co-authored by neeraj
parent 890603061f
commit 2d7e56c0e1
11 changed files with 436 additions and 171 deletions
+7 -1
View File
@@ -15,7 +15,7 @@
- Build packages
```bash
yarn build
yarn build --ignore frontend
```
- Change directory to `packages/backend`
@@ -24,6 +24,12 @@
cd packages/backend
```
- Load fixtures in database
```bash
yarn db:load:fixtures
```
- Start the server
```bash