DEV Community

Discussion on: 📖 Build a RESTful API on Go: Fiber, PostgreSQL, JWT and Swagger docs in isolated Docker containers

Collapse
 
phtremor profile image
PHTremor • Edited

I have 2 questions:

  1. How can I test the links - creating a new book - using postman? I am generating new tokens, but failing to create a new book, get it, and deleting

  2. How can i perform the tests - the testify - implementation; steps if possible