Updated Developers Guide (markdown)

Jordan Knott 2021-01-05 16:51:42 -06:00
parent 71ade71dec
commit 429ffb4323

@ -136,3 +136,7 @@ Now you can access the interface through http://localhost:3000 while the API is
through http://localhost:3333. The React frontend proxies all API requests to the http://localhost:3333 address. 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. 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.