Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/piavgh/rust-bookmarking-tool


https://github.com/piavgh/rust-bookmarking-tool

Last synced: about 1 month ago
JSON representation

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/)