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: 3 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T03:27:21.000Z (almost 6 years ago)
- Last Synced: 2025-01-06T07:51:34.540Z (5 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