apps/api/jarvis-api-intro.md
Hi, I'm Jarvis 🤖
I'm a bot built to help you with your contribution to Novu. I will add instructions and guides on how to run the subset of the Novu platform associated to this issue and make your first contribution.
This issue was tagged as related to @novu/api-service and the related code is located at the apps/api folder, here is how I can help you:
If that's the first time you want to contribute to Novu here are a few simple steps to get you started:
npm run setup:project.1454-fix-something-cool and start contributing based on the Contributing Guide or the short guide in the section below.The easiest way to start the API is to run npm run start:api from the root of the repository
To validate your changes or simply to run the e2e tests run npm run start:e2e:api. All the e2e tests have the .e2e.ts suffix and usually are located near the controller files of each module.