DiegoBeker / driven-pass-nest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

DrivenPass is a password manager developed with the NestJS framework, providing users with a secure and convenient solution for online password storage and management. With features such as encrypted storage, users can protect their information with a single master password.

Swagger

More details about features:

https://driven-pass-nest-api.onrender.com/api

Obs: This link may take a while to open.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About


Languages

Language:TypeScript 98.5%Language:JavaScript 1.5%