Skip to content

sogorich/RESTfull-api-store-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A small RESTfull api store app

Key features

➡️ Authentication of users with a token based on djoser;
➡️ Signal processing for automatic token generation when creating a user;
➡️ Implemented a shopping cart: adding goods, editing the number of goods, deleting goods;
➡️ Permissions for access differentiation are used: permission for authenticated users, permission restricting viewing and interaction with another customer's shopping cart, and others.