https://github.com/hellodhlyn/pprv-server
Keep calm, to each their own.
https://github.com/hellodhlyn/pprv-server
Last synced: about 1 month ago
JSON representation
Keep calm, to each their own.
- Host: GitHub
- URL: https://github.com/hellodhlyn/pprv-server
- Owner: hellodhlyn
- Created: 2020-09-30T16:43:01.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-07-25T15:02:32.000Z (almost 5 years ago)
- Last Synced: 2025-12-27T22:13:27.480Z (6 months ago)
- Language: Go
- Homepage:
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pprv-server
## Development
### Prerequisites
- EdgeDB
### Prepare Database
```shell
edgedb --host 127.0.0.1 --port 5656 --password --database pprv migrate
```