Skip to content

Java tutorial, learning how to develop a complete backend app user login and registration using Spring Boot

Notifications You must be signed in to change notification settings

dmatarinl/user_login_registration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

User_login_registration

Java tutorial, learning how to develop a complete backend app user login and registration + email verification with expire function using Spring Boot.

Example of a request using Postman

postmanexample

CURL

curl --location --request POST 'localhost:8080/api/v1/registration' \
--header 'Content-Type: application/json' \
--data-raw '{
    "firstName": "Daniel",
    "lastName": "Matt",
    "email": "example@example.com",
    "password": "password"
}'

About

Java tutorial, learning how to develop a complete backend app user login and registration using Spring Boot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published