Updated Developers Guide (markdown)
parent
71ade71dec
commit
429ffb4323
@ -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.
|
||||
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.
|
Loading…
Reference in New Issue
Block a user