Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piavgh/rust-bookmarking-tool
https://github.com/piavgh/rust-bookmarking-tool
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/piavgh/rust-bookmarking-tool
- Owner: piavgh
- Created: 2021-07-10T09:42:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-21T10:27:45.000Z (over 3 years ago)
- Last Synced: 2023-11-04T20:10:35.266Z (about 1 year ago)
- Language: Rust
- Size: 100 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust Bookmarking Tool
Rust Bookmarking Tool is a simple application that helps me learn about Rust language (Rocket framework).
You can find more information here: https://www.youtube.com/playlist?list=PLzIwronG0sE56c6hDYOKW3-rPxmIyttoe
## Usage
### Run the app
```
cargo run
```### Testing
```
cargo test
```## Troubleshooting
If you can not run you application after [deploying to Heroku](https://www.youtube.com/watch?v=oNoTS-itpi8&list=PLzIwronG0sE56c6hDYOKW3-rPxmIyttoe&index=12), please check my blog post here:
[https://hoangtrinhj.com/deploy-rust-rocket-on-heroku-error-r10-boot-timeout](https://hoangtrinhj.com/deploy-rust-rocket-on-heroku-error-r10-boot-timeout)
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)