Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bearddan2000/dev-rust-cli-api-cargo-rocket-diesel-mysql-simple

A rust REST Api for rocket web framework that
https://github.com/bearddan2000/dev-rust-cli-api-cargo-rocket-diesel-mysql-simple

api cargo cli connector dev diesel mysql rocket rust simple

Last synced: about 1 month ago
JSON representation

A rust REST Api for rocket web framework that

Awesome Lists containing this project

README

        

# dev-rust-cli-api-cargo-rocket-diesel-mysql-simple

## Description
A rust REST Api for rocket web framework that
calls mysql through diesel.

## Tech stack
- rust
- cargo
- rocket
- diesel
- mysql connector

## Docker stack
- rust:1.43
- mariadb:latest

## To run
`sudo ./install.sh -u`
- GET : `curl -i localhost/dogs

## To stop (optional)
`sudo ./install.sh -d`

## For help
`sudo ./install.sh -h`

## Credits
- [Rocket example](https://blog.logrocket.com/rust-web-apps-using-rocket-framework/)
- [Diesel example](https://github.com/kayrules/rust-rocket-mysql-starter/tree/master)