diff --git a/Developers-Guide.md b/Developers-Guide.md index 8014adb..28d6af6 100644 --- a/Developers-Guide.md +++ b/Developers-Guide.md @@ -135,4 +135,8 @@ yarn start Now you can access the interface through http://localhost:3000 while the API is served through http://localhost:3333. The React frontend proxies all API requests to the http://localhost:3333 address. -You can find a interactive GraphQL playground at http://localhost:3333/__graphql. \ No newline at end of file +You can find a interactive GraphQL playground at http://localhost:3333/__graphql. + +### Seeding the database + +You can use the `taskcafe seed` command to generate large amounts of random teams, projects, task groups, and tasks for testing. \ No newline at end of file