-
Notifications
You must be signed in to change notification settings - Fork 1
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
#11 Added Docker Setup to README #12
base: issue-11-Improve_readme
Are you sure you want to change the base?
#11 Added Docker Setup to README #12
Conversation
Thanks for your contribution @NimishVerma ! 🥂 Should we specify that via |
|
||
#### Documentation | ||
Checkout out or [ReDoc](https://api.chessdb.dev/redoc) documentation, or | ||
[Swagger UI](https://api.chessdb.dev/redoc) to try out the API in action. | ||
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't add whitespaces here, you can fix this automatically by installing pre-commit hooks via make hooks
.
@@ -7,11 +7,19 @@ | |||
Current popular solutions costs alot of money and only works with their own | |||
client. ChessDB wants to provide a client agnostic solution that's easily | |||
implementable. | |||
#### Setup |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we have separate sections for Windows and GNU/Linux?
I am not sure if it's a good idea to also describe both the native
method of setting up (running Postgres locally).
Issue #11