Skip to content

Shanu85/Pinvest-Mern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Pinvest-Mern

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.

Screenshot from 2023-01-14 09-38-35

User

Register

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).

Screenshot from 2023-01-14 09-44-31

Logout

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.

Change Password

User can change the password by inputting the old and new passwords.

Screenshot from 2023-01-14 09-55-59

Forgot Password

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.

Screenshot from 2023-01-14 09-57-24 Screenshot from 2023-01-14 10-00-29

Product

Screenshot from 2023-01-14 12-19-11

Add Product

After login, you can add the inventory.You have to fill a form. Add name,category,quantity,price,bio and image for the product.

Screenshot from 2023-01-14 09-45-54

Edit Product

Same as add product, you can also edit the product(name,price,quantity,image).

Delete Product

You can click on delete button(in action column of each product). You get a pop-up to confirm delete the product.

Screenshot from 2023-01-14 09-49-19

View Product

User can view the product by clicking on view button.

Screenshot from 2023-01-14 09-50-48

Contact

Users can also contact the developers of the app. They can report any issue by typing the subject and message in the contact tab.

Screenshot from 2023-01-14 11-16-42