Skip to content

Cora23tt/bookshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task for Create catalog of books.

  1. For creating, receiving, modifying and deleting books must have API
  2. The API must have swagger documentation which you can test methods.
  3. When creating an API, you can use any framework (gin, fiber, bego, echo).
  4. Books should be stored in postgresql.
  5. There are must be at least two tables in database, for example (books, book_category) and they must be interconnected (reference).
  6. Separate API methods from postgres methods to create a microservice and use grpc.

В проекте было использовано: protobuf, swagger, gin, database/sql -> psql (технологии rest, microservice, apiGateway)

Один из первых проектов который я выполнил по заданию

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages