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: about 1 month 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T03:27:21.000Z (about 7 years ago)
- Last Synced: 2025-11-17T16:02:45.931Z (7 months ago)
- Topics: rocket, rust, rust-rocket, rustlang
- Language: Rust
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- 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