Skip to content

My template to quickly start a new Rust project using actix-web

License

Notifications You must be signed in to change notification settings

yallxe/actix-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

actix-starter

Starter workspace for a Rust project using actix-web and following domain-driven design principles.

Running REST API

Just run the following command in the root of the project:

cargo run --package project-rest-api

Features & Roadmap

  • Separated 'core' and 'domain' library.
  • Implemented REST API
  • Authentication, Session, Authorization
  • Automatic OpenAPI schema generation

About

My template to quickly start a new Rust project using actix-web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages