Skip to content

Rust rest api template built with tokio async runtime and axum web framework.

Notifications You must be signed in to change notification settings

emirhanayhan/rust-axum-mongo-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About The Project

Rust rest api template developed with axum, tokio async runtime and mongodb.

Configurations

Some environment variables must be set to run with different configurations otherwise default values will be used.

  • APP_HOST, Default=127.0.0.1
  • APP_PORT, Default=8000
  • MONGO_CONNECTION_STRING, Default=mongodb://localhost:27017
  • DEFAULT_DB, Default=ea_management

About

Rust rest api template built with tokio async runtime and axum web framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages