Skip to content

nu0ma/example-rust-web-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Simple Rust Web API Example

Setup

# run db
cd db
./build_and_run.sh

# run app
cd app
./run.sh

Test

cargo test

Example

❯ curl http://localhost:8085/v1/users/1
{"users":[{"id":1,"name":"test_user","organization_id":1}]}

About

Simple Rust web api example with CRUD

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published