Biz nation test

This is the proposal for the Bis nation test, using technologies:

  • Node
  • Express
  • TypeScript
  • Prisma
  • PostgresSql

Project configuration


packages are required to be installed:

```sh
npm i  # npm
pnpm i  # pnpm

With the packages installed, all that remains is to run the project:

npm run dev  # npm
pnpm dev  # pnpm