https://github.com/poulad/rustack
https://github.com/poulad/rustack
rocket rust
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/poulad/rustack
- Owner: poulad
- Created: 2018-08-19T00:13:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-19T02:52:05.000Z (almost 8 years ago)
- Last Synced: 2025-01-30T12:47:06.983Z (over 1 year ago)
- Topics: rocket, rust
- Language: Rust
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rustack
A Rust web API powered by [Rocket](https://github.com/SergioBenitez/Rocket).
## Getting Started
1. [Install Rust nightly](https://rocket.rs/guide/getting-started/#installing-rust)
1. Run the app on port 8000
````bash
cargo run
````
1. Navigate to [http://localhost:8000/zv/version](http://localhost:8000/zv/version).