Student of Tashkent University of Information Technologies two years unofficially worked as a 1C programmer learned to program in golang and completed this
Task: Create catalog of books.
- For creating, receiving, modifying and deleting books must have API
- The API must have swagger documentation which you can test methods.
- When creating an API, you can use any framework (gin, fiber, bego, echo).
- Books should be stored in postgresql.
- There are must be at least two tables in database, for example (books, book_category) and they must be interconnected (reference).
- Separate API methods from postgres methods to create a microservice and use grpc.