Skip to content

Commit

Permalink
Update README #14
Browse files Browse the repository at this point in the history
  • Loading branch information
joelvdavies committed Oct 15, 2024
1 parent ed50fd6 commit 1f2b4b7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,20 @@ Ensure that Python is installed on your machine before proceeding.
The microservice should now be running locally at http://localhost:8002. The Swagger UI can be accessed
at http://localhost:8002/docs.
## Using mock data for testing [Optional]
### Generating mock data
To populate the database and object storage with mock data for testing IMS first ensure both `inventory-management-api`
and `object-storage-api` are running in docker and then run.
```bash
python ./scripts/dev_cli.py generate
```
This will clear the database and MinIO storage, fetch existing entities from the `inventory-management-system-api` and
add generate and add mock data for them.
## Notes
### Application Configuration
Expand Down

0 comments on commit 1f2b4b7

Please sign in to comment.