https://github.com/ohmycloud/secure-file-sharing-app
https://github.com/ohmycloud/secure-file-sharing-app
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ohmycloud/secure-file-sharing-app
- Owner: ohmycloud
- Created: 2025-09-08T10:16:19.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-09-08T10:44:57.000Z (10 months ago)
- Last Synced: 2025-09-08T12:35:07.667Z (10 months ago)
- Language: Rust
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# how to
```bash
cargo install sqlx-cli --no-default-features -F rustls,postgres
sqlx database create
sqlx migrate add users_table
sqlx migrate add files_table
sqlx migrate add shared_links_table
sqlx migrate run
```
please refer to https://www.youtube.com/watch?v=t5w2dauFmhM