Skip to content

Commit

Permalink
Include a section for the mock data seeder in the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSAssassin committed May 29, 2024
1 parent 2b3b474 commit 9415bf2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ Follow the same steps as above, but to start the application, run:
npm run prod
```

### Mock Data Seeder Script

For seeding databases with mock data for development and testing, use the
[mock data seeder script](mock-data/SCRIPT_GUIDE.md). This script allows you to
generate mock users, artists, albums, and songs in the database.

### Running Tests
To run the tests, use the following command:
```bash
Expand Down

0 comments on commit 9415bf2

Please sign in to comment.