Skip to content

asingh72/user-registration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Registration Application

Using this application, end user can add n number of user along with their address in the h2 Database using exposed REST API’s.

high level architecture

Screen Shot 2021-10-24 at 2 52 43 PM

Technologies

Dependency management : Maven
Framework: Spring framework
Language: Java 11
Database: H2 DB

Steps to Run application

  • Step1: Clone this repository
  • Step2: Open downloaded application in Spring Tool Suite (or any preferred IDE)
  • Step3: Run the application using Spring Boot App
  • Step4: Navigate to below URL to test all the REST endpoints
    http://localhost:8080/swagger-ui.html#/
  • Step5: Navigate to below URL to access H2 Database
    http://localhost:8080/h2
    Databse: H2 DB
    DB: jdbc:h2:mem:backend_test
    DB User Name: varo
    DB Password: varo
    (Note: We can change DB properties form the application.properties file)

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages