/YummyFoods

YummyFoods. It is a web app based on Spring 3.0, Hibernate 3.0 hosted on JBoss AS 7.1. It is basically an application where user can post his recipe and can view recipes posted by other users. Only a registered user can post recipe, he can provide ratings to other recipes. Front end validation ,back end validation are used along with every other type of exception which can occur and if a user goes for a bad url he will come to generic error page instead of giving 404 error. AJAX technology is implemented to make asynchronous call for assigning rating to recipes. User gets welcome mail once he registeres from application, he can also reset his password using Forgot Password option from login page, in this case a mail will be triggered to his email id containing password details. Mailgun-api is used( based on jersey client) for performing these actions.

Primary LanguageJava

Issues