You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the server code is on a different repo and is deployed separately. I want both the repos to be merged and a flag to be added on the dcr run cmd to specify that we want to run on server mode or local mode. The server code is to be refactored to make it maintainable as well as idiomatic.
qascade
changed the title
migration: Migrate the ego-server code from different repo to dcr
refactor: Migrate the ego-server code from different repo to dcr
May 19, 2023
You can run the server using go run main.go in the server repo. Then change the url inside service/client.go to https://localhost:8080. Then the dcr cli can be used as a client
qascade
changed the title
refactor: Migrate the ego-server code from different repo to dcr
refactor: migrate the ego-server code from different repo to dcr
May 21, 2023
@chrisboban Cool. This issue is yours. Please make sure you read the guidelines and commit conventions. Please let me know if you have any questions. Name the branch migrate.ego_server
Description
Currently the server code is on a different repo and is deployed separately. I want both the repos to be merged and a flag to be added on the
dcr run
cmd to specify that we want to run on server mode or local mode. The server code is to be refactored to make it maintainable as well as idiomatic.Server Code: https://github.com/tiklup11/dcr_ego_server
The text was updated successfully, but these errors were encountered: