The application is a password manager API, you can storage credentials, card info, network login, safe notes
- Add new credential/card/login/safe note
- Edit
- Delete
-
Clone this repository
-
Install dependencies
npm i
- Run the front-end with
npm start
- Run the back-end with
npm run dev
- You can optionally build the project running
npm run build
- Finally, access http://localhost:3000 on your favorite browser