Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 554 Bytes

File metadata and controls

27 lines (18 loc) · 554 Bytes

💸 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