Locknest is the Progressive Web App(PWA) application that allows users to store and manage their passwords and other personal information like bank accounts and payment card infos in a single place. In short, it is the online password manager or digital wallet for the users.
Website: Locknest
-
Clone the repo and install the dependencies
git clone https://github.com/amit-ksh/locknest.git cd locknest npm install
-
Creating the .env file and set the following variables
DATABASE_URL='YOUR_POSTGRESQL_DB_URL' JWT_SECRET='YOUR_JWT_SECRET'
-
Run the development server:
npm run dev
-
Open http://localhost:3000 in your browser to see the application.