mogw / public-encypt-decrypt-data

Home Page:https://assignment-mogw.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo

here

Env variables

  • SECRET_KEY: Random string to make encryption secure
  • SQLITE_DATABASE: SQLite DB path

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

About

https://assignment-mogw.vercel.app


Languages

Language:TypeScript 94.0%Language:JavaScript 6.0%