greysonmrx / facilita-juridico

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video explicativo

Versões

  • Node 12

Como executar

  • Crie um arquivo .env dentro da pasta server contendo a variável DATABASE_URL neste formato:
DATABASE_URL="postgresql://${DATABASE_USER}:${DATABASE_PASS}@${DATABASE_HOST}:${DATABASE_PORT}/${DATABASE_NAME}"
git clone https://github.com/greysonmrx/facilita-juridico
cd facilita-juridico
cd server
npm install
npm run dev

cd ..
cd frontend
npm install
npm run dev

About


Languages

Language:TypeScript 95.0%Language:JavaScript 3.8%Language:HTML 1.0%Language:CSS 0.2%