- docs: store swagger yml file.
- internal: except api directory, all main functionalities are here. Including entities, handlers.
- pkg: base operations. read config, connect db, jwt implementation, middleware.
POST /users/signUp
POST /users/login
- First one listing all categories
- Second one add new category (singular)
POST /category/list
POST /category
- First creating a new product
POST /products
- First getting basket for user
- Second one adding item to basket
GET /basket
POST /basket