Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scottdj92/rust-rocket-test
basic Rocket app with Rust
https://github.com/scottdj92/rust-rocket-test
rocket rust rust-rocket rustlang
Last synced: 4 days ago
JSON representation
basic Rocket app with Rust
- Host: GitHub
- URL: https://github.com/scottdj92/rust-rocket-test
- Owner: scottdj92
- License: mit
- Created: 2019-06-18T03:05:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T03:27:21.000Z (over 5 years ago)
- Last Synced: 2024-11-10T02:29:34.569Z (2 months ago)
- Topics: rocket, rust, rust-rocket, rustlang
- Language: Rust
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-rocket-test
basic Rocket app with Rust## Getting Started
1. `cargo install`
2. `cargo run`
3. navigate to `localhost:8000` to view the app