Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 273 Bytes

6_15.md

File metadata and controls

1 lines (1 loc) · 273 Bytes

Add to the app DB(from the previous exercises) an email column. Extend the app with edit functionality using the REST API (add new student, edit fields, remove student). Write tests for the new routes. The tests should use the fake crate. Don’t forget about the logging.