Skip to content

kosswald/grocery-list-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

"# grocery-list-Java"

When sending a request for an email to the Java servlet, make an ajax request with name, email, and password fields. These consistute the new user's informaiton (i.e., when a user signs up for the service, take their email, name, and password and pass it to the servlet).

Something like this: $.ajax({ url:"EmailSender", data:{ name: name, email: email, password: password }, success: function(){ console.log("email sent"); } })

About

Java backend for Grocery List

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published