Nicnry / clido

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Be sure of having node and postgres installed and configured.

  1. Git clone
  2. Copy and rename .env.example to .env
  3. Edit .env with your database
  4. Run yarn
  5. Run yarn prisma migrate dev --name init
  6. Run npx ts-node index.ts
  7. Check data created successfully

About


Languages

Language:TypeScript 66.6%Language:Shell 33.4%