Skip to content

AlexAtrx/rust-web-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Web Services

This repository contains a Rust web server that utilizes SQLX and Axum for its development.

Includes

  • Initialize an SQLite database using SQLX migrations.
  • Establish an SQLX-based data model layer.
  • Encapsulate the data model within an Axum-based REST API.
  • Launch a web-based API client.
  • Package the service in a Docker container for deployment.
  • Implement a caching layer to minimize database load.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors