This project was generated with Angular CLI version 16.0.1.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory.
It is a simple password manager tool build using Angular. Json-server is used for setting up sample API.
Features:
Add password: Add account to database with password encrypted.
Get all passwords: Retrives all account with password encrypted.
Get single password: When searched with ID, it retrieves specified account with encrypted password.
Update password: Updates account with decrypted password.
Delete password: Deletes user account.
Install JSON Server
npm install -g json-server
Start JSON Server
json-server --watch db.json