Currently there is no input validation on the server before adding something to the database, on `server/*/actions/` add input validation using zod, such that if any of the input fields are null, return an error and don't add it to the database