Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aeyoll/cryptofolio-rs
https://github.com/aeyoll/cryptofolio-rs
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aeyoll/cryptofolio-rs
- Owner: aeyoll
- Created: 2021-08-11T06:00:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-14T22:14:24.000Z (over 3 years ago)
- Last Synced: 2024-11-01T23:25:01.477Z (about 2 months ago)
- Language: Rust
- Size: 67.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cryptofolio
Rust port of [https://github.com/aeyoll/cryptofolio](cryptofolio).
Requirements
---- [https://crates.io/crates/sqlx-cli](sqlx-cli): Database management
- [https://github.com/watchexec/cargo-watch](cargo-watch): Server auto-reload for development purposeInstall
---Database creation:
```sh
sqlx database create
sqlx migrate run
```Running
---Dev server:
```sh
cargo watch -x 'run --bin cryptofolio-server'
```