Skip to content

Commit

Permalink
Added useful data
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoGuideri committed Dec 5, 2024
1 parent 5e44a9b commit 3b6de5a
Show file tree
Hide file tree
Showing 4 changed files with 26,586 additions and 1 deletion.
2 changes: 1 addition & 1 deletion server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ following command:

```bash
source .env
docker exec -i kuserfeedback-db mysql -u root -p${MYSQL_ROOT_PASSWORD} < mock_data.sql
docker exec -i kuserfeedback-db mysql -u root -p${MYSQL_ROOT_PASSWORD} < data/mock_data.sql
```

This will populate the database with some dummy data, that you can use to test
Expand Down
Loading

0 comments on commit 3b6de5a

Please sign in to comment.