Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 897 Bytes

File metadata and controls

37 lines (29 loc) · 897 Bytes

drivenpass-api

The application is a password manager API, you can storage credentials, card info, network login, safe notes

Features

  • Add new credential/card/login/safe note
  • Edit
  • Delete

Technologies

JavaScript Postgresql Typescript

How to run

  1. Clone this repository

  2. Install dependencies

npm i
  1. Run the front-end with
npm start
  1. Run the back-end with
npm run dev
  1. You can optionally build the project running
npm run build
  1. Finally, access http://localhost:3000 on your favorite browser