Skip to content

Toy CRUD api for QnA service written in Rust with warp and sqlx

License

Notifications You must be signed in to change notification settings

ashez2000/askly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

askly

simple CRUD api for QnA service written in rust

Tech used

  • warp (web framework)
  • sqlx (db interface)
  • shuttle (cloud platform for easy deployment)

Run locally (without shuttle)

Rust and postgresql is required to run locally

# setup env vars
cp .env.example .env

cargo run --bin http

Run locally (with shuttle)

cargo-shuttle is required (refer shuttle.rs docs)

# setup env vars
cp .env.example Secrets.toml

cargo shuttle run

About

Toy CRUD api for QnA service written in Rust with warp and sqlx

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages