From 429ffb4323bd55ff13c32c3559ea92bb266db50d Mon Sep 17 00:00:00 2001 From: Jordan Knott Date: Tue, 5 Jan 2021 16:51:42 -0600 Subject: [PATCH] Updated Developers Guide (markdown) --- Developers-Guide.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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