Skip to content
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

simple example, documentation #1

Open
dvv-ru opened this issue Aug 7, 2019 · 1 comment
Open

simple example, documentation #1

dvv-ru opened this issue Aug 7, 2019 · 1 comment

Comments

@dvv-ru
Copy link

dvv-ru commented Aug 7, 2019

Found your implementation of GraphQl server on Rust, cloned the repository,
launched cargo run ...
found (nmap) on localhost:8000
and now I don’t know what to do next. Please add minimal documentation and a simple example of using your server.

I forgot to add that in your implementation the Postgres server is always on port 5432, and can you make the port custom?

@WillSquire
Copy link
Owner

Hi @dvv-ru, apologies for not getting back sooner. Did you pass the arguments on run? I.e. --db-user="...", etc.

Should be able to pass the port as part of the db_server arg. E.e. 127.0.0.1:5000.

Just so I can improve the documentation, did you have trouble spinning it up with Docker or just cargo?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants