DiptoChakrabarty / flask-online-store

An online e commerce stores management and order placing system API built using flask and sqlalchemy . Various functionalities present and further functionalities being added to make it as real life as possible . Contributions welcome .
MIT License
49 stars 23 forks source link

items count #7

Open DiptoChakrabarty opened 4 years ago

DiptoChakrabarty commented 4 years ago

we are currently assuming that count of item present in a store is infinite , we have to limit the count of items in a store and decrease its count as per the order of user.

If no item is present return the appropriate response and also have option to add items by store creator

DiptoChakrabarty commented 4 years ago

Go ahead @abhishekp6

bartalor commented 3 years ago

I would like to work on it.

DiptoChakrabarty commented 3 years ago

Sure go ahead