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.