Skip to content

codewithmecoder/full-stack-actix-web-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

full-stack-actix-web-crud

Buidling a full stack CRUD using Actix Web Rust and VueJs as the web UI

Tech Stacks

  • Backend
    • Actix Web (Rust) Actix Web
    • SQL Server for Database MSSQL
    • Structure as a Features Base
    • Jwt as an authentication method jwt.io
  • Web

Features

  • Authentication
    • Register user
    • Login using JWT for generation token also support cookie
    • Logut
  • Users
    • Get All Users
    • Get User by Id
  • Roles
    • Get all Roles
    • Get User's Roles
    • Create new Role
    • Update Role
    • Assing Role to User

About

Buidling a full stack CRUD using Actix Web Rust and VueJs as the web UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages