You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/06/08 12:57:43 UTC

[GitHub] [incubator-devlake] klesh commented on pull request #2125: New contributors guide to backend development

klesh commented on PR #2125:
URL: https://github.com/apache/incubator-devlake/pull/2125#issuecomment-1149881148

   How I do backend work:
   1. Fire up mysql by running `docker-compose up -d mysql`, and setup my `.env` file properly.
   2. When working on plugin development, I modify source files, and then test them by running `go run ./plugin/xxx/xxx.go`
   3. When working on API stuff, I modify source files, and fire up the whole system with `make dev`, test them with `hoppscotch` or `curl` command.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org