A full stack inventory and management app using MERN. After creating the account, user have can add,edit,delete the inventory in store. Store will also display the total category of items, total value in store and out of stock inventories.
First, you have to register using a valid email. Note - Use a valid email to reset your password or get your password in case you forgot it(the app will send mail).
Login or logout functionality is implemented using JSONWebTokens. After the user clicks on login, a JSONWebToken will be created(which will expire automatically after 24 hrs). After the user clicks on logout, the app will expire the token; hence user gets logout.
User can change the password by inputting the old and new passwords.
Users can reset their password by entering a valid email if they forget it. The app will send a link via mail after clicking, and the user can reset the password.
After login, you can add the inventory.You have to fill a form. Add name,category,quantity,price,bio and image for the product.
Same as add product, you can also edit the product(name,price,quantity,image).
You can click on delete button(in action column of each product). You get a pop-up to confirm delete the product.
User can view the product by clicking on view button.
Users can also contact the developers of the app. They can report any issue by typing the subject and message in the contact tab.