Skip to content

Commit 0ffbb75

Browse files
committed
update
1 parent c1972e1 commit 0ffbb75

File tree

8 files changed

+127
-486
lines changed

8 files changed

+127
-486
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ Steps to get started:
3636

3737
Useful things:
3838
- Database GUI: npx prisma studio
39-
- Tests modify the db, so if it seems to you that the db has become too large,
40-
you can clear it: npx prisma migrate reset (also triggers seeding)
41-
- Swagger: /docs
39+
- Reset database: npx prisma migrate reset (this command triggers db seeding)
40+
- To test an existing rest api (swagger): [::1]:8000/docs
41+
- For ease of test of graphql you can use [api platform](https://learning.postman.com/docs/sending-requests/graphql/graphql-overview/) that can fetch [introspection](https://graphql.org/learn/introspection/)

0 commit comments

Comments
 (0)