-
Notifications
You must be signed in to change notification settings - Fork 416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation #111
Comments
@juicycleff I would like to understand the project and also contribute to the Documentation. Can you help me get started ? |
@perceptron007 sure, could you tell me what you don't understand :) |
link to docs https://github.com/juicycleff/ultimate-backend-docs |
@juicycleff Hey :) I have a question regarding setting up as well. I'll post it here, hope it's an appropriate place.
When i run api-admin, an error is returned, regardless of whether the consul store is populated or not.
Appreciate any help. |
@dayrim Facing same issue here. I also got another problem when try to build api service:
|
@dayrim make sure you change consul kv store type to yaml, that solves the issue in most cases. |
@dylanwli this is a typescript issue perhaps due to an upgrade in the typescript lib, you can just use ts-ignore to remove it |
@juicycleff Thanks, changing kv store type to yaml via Consul web UI solved it. |
@juicycleff Hello. Could you provide any link to a module/technology/technique that explains what |
@dayrim please ignore those flags its important in a golang replica I have of the Ultimate backend that is closed source. Its important for codegenration and biding to mongo bson schema. I just shared the proto files between I am planning to clean them |
The project has grown quite big in code and would make sense to have the project properly documented. So it can be easily understood in few hours of poking around
The text was updated successfully, but these errors were encountered: