Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 884 Bytes

File metadata and controls

32 lines (27 loc) · 884 Bytes

Password-Manager

This website application is made to use on the localhost by following the following steps:-
-> Start with starting the creation of the database (passwordmanager) and then inside the database create the table (passwords) having columns (id, password, title, iv).
-> Redirect the terminal to the server folder and type "npm start".
-> Afterwards make the terminal start frontend at localhost:3000 by typing "npm install" and then "npm start".


Techstack


-> React (Axios)
-> Nodejs (Crypto module)
-> Express
-> MySQL

Screenshots

Frontend

Backend