Thiago - Capa

Hello there!

Who Am I?

  • 🇧🇷 I'm from Brazil
  • 👨‍💻Software Engineer, currently working with Frontend Development
  • 💡 Always learning.
  • ⚙️ Contact me on LinkedIn
  • 🚶‍♂️Follow me on Twitter, Instagram and Twitch.

Node.js Challenge

How to setup the project

First of all, you will need Docker

In the root folder, run the command:

docker-compose up -d

Then, run:

npm install

After all, run:

npx prisma db push

How to run each project

  • Start the api service with npx nest start api-service
  • Start the stock service with npx nest start stock-service