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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
