Actix-Demo/README.md
Rohan Sircar cb26393fcd Many updates
Split codebase into modules
Added custom all in one error type
Added password to user model
Added password hashing using bcrypt
Added model validation for username using regex
2020-05-09 12:07:08 +05:30

2 lines
76 B
Markdown

Testing out the Rust framework Actix-Web to create a JSON API CRUD Web App.