eduardoaraya / nest-api-budget-simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install project

  • Up docker container with postgres database: run the command docker-compose up -d inside the folder postgres
  • Run yarn to install dependences
  • Set environments in .env.sample and rename file to .env
  • Execute the migration with the command: yarn typeorm migration:run
  • Up application: yarn start or developer mode yarn start:develop

About


Languages

Language:TypeScript 97.9%Language:JavaScript 2.1%