An open API service indexing awesome lists of open source software.

https://github.com/ohmycloud/secure-file-sharing-app


https://github.com/ohmycloud/secure-file-sharing-app

Last synced: 9 months ago
JSON representation

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