Skip to content

Locknest is the Progressive Web App(PWA) application that allows users to store and manage their passwords and other credentials.

Notifications You must be signed in to change notification settings

amit-ksh/locknest

Repository files navigation

Locknest

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

Tech Stack Used

Next JS React TypeScript Chakra Postgres Prisma Vercel

Setting the local enviroment

  1. Clone the repo and install the dependencies

    git clone https://github.com/amit-ksh/locknest.git
    cd locknest
    npm install
  2. Creating the .env file and set the following variables

    DATABASE_URL='YOUR_POSTGRESQL_DB_URL'
    JWT_SECRET='YOUR_JWT_SECRET'
  3. Run the development server:

    npm run dev
  4. Open http://localhost:3000 in your browser to see the application.

About

Locknest is the Progressive Web App(PWA) application that allows users to store and manage their passwords and other credentials.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published