An open API service indexing awesome lists of open source software.

https://github.com/dimitrovvlado/pglock


https://github.com/dimitrovvlado/pglock

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# pglock

A sample project which locks by two factors - a `profileId` and a `deviceId`.

## Run and test
You need `make` and `docker-compose` as a bare minimum to run the tests or the server.

Run the server:

```sh
make run-dev
```

Run the tests:

```sh
make test
```