https://github.com/jaemk/didpoop
https://github.com/jaemk/didpoop
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaemk/didpoop
- Owner: jaemk
- Created: 2022-01-18T04:14:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-23T22:32:00.000Z (over 3 years ago)
- Last Synced: 2025-01-20T00:47:46.353Z (4 months ago)
- Language: Rust
- Size: 94.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> track that poop
### setup
```shell
cp .env.sample .env
createuser didpoop -P
createdb -O didpoop didpoop
migrant setup
migrant apply -a
```### run
```shell
cargo run
```### build
```shell
./docker.sh build
```