A tool created for management products and products stock in your warehouse
- adding products,sizes and stocks to the mongoDB
- bulk adding products from CSV file
- checking stocks and sizes for the desired product ID from mongoDB
- DiscordBot as a commands handler
- clearing records for desired SKU
- removing data from mongoDB
- checking all info from DB
- own collection in DB for each user
- improve bot handling
- make a website to use the tool
- user login, auth
- bug fixes if happens
- Alpha Version, tests begins
- discord / command handling for every function, including import from csv file
- minor changs on
AddCheckRemove - separate collections for each user
- more information about SKU is returned
- adding more ProductInfo to the DB during
add Removecommand Added- mirror changes on
addandcheck - rewrited code to use MongoDB instead of json file
Dropcommand Added- add data from CSV file to the DB