https://github.com/dimitrovvlado/pglock
https://github.com/dimitrovvlado/pglock
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dimitrovvlado/pglock
- Owner: dimitrovvlado
- Created: 2021-06-24T14:38:50.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-25T00:51:33.000Z (almost 4 years ago)
- Last Synced: 2025-01-11T19:43:24.268Z (4 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```