Drivenpass is a RestFul API, capable of storing user data, such as website access, wifi data, credit card data and secret notes. It uses TypeScript, JWT, NodeJS, and Postgres.
To run it simply clone the repository, and run ### npm run build, and ### npm run start. If you wish to use npm run dev, remember to start whit prisma migrate first, otherwise it may not start the database with prisma.
Drivenpass é uma API, capaz de armazenar dados do usuário, como acesso de sites, dados de wifi, dados de cartões de crédito e notas secretas.