Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aetheryx/focus
https://github.com/aetheryx/focus
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aetheryx/focus
- Owner: aetheryx
- Created: 2024-02-26T22:05:41.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T14:23:52.000Z (5 months ago)
- Last Synced: 2024-08-09T15:57:41.807Z (5 months ago)
- Language: Rust
- Size: 149 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# focus
### Setup instructions
1. Create `.env`:
```
POSTGRES_HOST=127.0.0.1
POSTGRES_PORT=5432
POSTGRES_USERNAME=postgres
POSTGRES_PASSWORD=mysecretpassword
POSTGRES_DBNAME=focus
DATABASE_URL=postgresql://postgres:mysecretpassword@localhost:5432/focusDISCORD_TOKEN=MTIxMTc5MjQyODYyMTYyNzQyMw.xxx.xxx
FOCUS_ROLE_ID=123123123123123123
GUILD_ID=123123123123123123
```
2. `docker-compose up`
3. `cargo run`