Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Contributor

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).

For setting up ChessDB API using Docker, the following sets of command have to be executed (Make sure you have already installed Docker Engine and Docker Compose) :
```shell
git clone https://github.com/chessdb.api
cd api
cp .example.env .env
docker-compose up -d
```

#### 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.

Copy link
Contributor

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.



#### Contributing
Expand Down