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 |
||
---|---|---|
migrations/2020-05-02-115427_create_users | ||
src | ||
static | ||
templates | ||
.env | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
diesel.toml | ||
README.md | ||
test_old.db | ||
test.db |
Testing out the Rust framework Actix-Web to create a JSON API CRUD Web App.