Skip to content

Incognitowski/rust-perfect-endpoints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-perfect-endpoints

⚠️ Disclaimer: the endpoints are not actually perfect, they just demonstrate the structure that is perfectly legible and maintanable for me.

How to run

docker-compose up -d
cargo run

If you want to run in full performance mode (genuinely makes a difference)

docker-compose up -d
cargo run --release

What is being used here:

App-wise:

  • Rocket (for the server, with tokio as runtime)
  • SeaORM/SQLX (for persistence and querying)
  • Reqwest (for HTTP requests)

Project-wise:

  • PostgreSQL
  • Node Red (for request mocking)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages