ks982579 / rust-quiz-web-app

A Rust full-stack quiz web application.
MIT License
0 stars 0 forks source link

Init user creation system #10

Closed ks982579 closed 5 months ago

ks982579 commented 5 months ago

Solve #4

Implemented manual testing of front-end. Need logic still to clear input fields when join is successful and perhaps redirect back to login screen when successful. However, the bulk of work is complete for creating users and providing user interface for creation as well.

Integration tests implemented for backend. Must implement e2e tests soon as manual testing front-end will become cumbersome.