/pix-integration

Integration with Mercado Pago Pix API built with Nest.js, Prisma and MySQL.

Primary LanguageTypeScript

💸 Pix Integration with Nest.js

An API that uses Mercado Pago SDK to provide order creation to be used by an future discord bot. Pix is the only payment method to handle the payments of the products.

👩‍💻 Technologies used

  • Nest.js
  • Typescript
  • PrismaORM
  • MySQL

🚀 How to run

First of all, you'll need to set up the enviroment.

Following the .env.example, implement .env file and insert the values of variables.

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod