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

https://github.com/poulad/rustack


https://github.com/poulad/rustack

rocket rust

Last synced: about 1 month ago
JSON representation

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