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

https://github.com/aniskhan001/rocket-rust

A sample Web API using RUST and Rocket framework
https://github.com/aniskhan001/rocket-rust

api rocket-rs rust

Last synced: 4 months ago
JSON representation

A sample Web API using RUST and Rocket framework

Awesome Lists containing this project

README

          

# Rocket 🚀 Rust
[![Rust Build](https://github.com/aniskhan001/rocket-rust/actions/workflows/rust.yml/badge.svg)](https://github.com/aniskhan001/rocket-rust/actions/workflows/rust.yml) [![Docker Build](https://github.com/aniskhan001/rocket-rust/actions/workflows/docker-build.yml/badge.svg)](https://github.com/aniskhan001/rocket-rust/actions/workflows/docker-build.yml)

A sample Web API using [RUST](https://www.rust-lang.org/en-US/) and [Rocket framework](https://rocket.rs/)

... just to see how fast it can response ;)

### To do:
- [x] Do cool things 😎
- [ ] Persistent data with MySQL
- [ ] to be added ...