Go to file
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
migrations/2020-05-02-115427_create_users Many updates 2020-05-09 12:07:08 +05:30
src Many updates 2020-05-09 12:07:08 +05:30
static first commit 2020-05-06 18:56:24 +05:30
templates first commit 2020-05-06 18:56:24 +05:30
.env first commit 2020-05-06 18:56:24 +05:30
.gitignore first commit 2020-05-06 18:56:24 +05:30
Cargo.lock Many updates 2020-05-09 12:07:08 +05:30
Cargo.toml Many updates 2020-05-09 12:07:08 +05:30
diesel.toml first commit 2020-05-06 18:56:24 +05:30
README.md Many updates 2020-05-09 12:07:08 +05:30
test_old.db first commit 2020-05-06 18:56:24 +05:30
test.db Many updates 2020-05-09 12:07:08 +05:30

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