Skip to content

sharmanalin59/webstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Problem statement

Create a web application called webstack without using any java provided data structures

Read Me First

The following topics are the guide to using this project:

Build

  • Build using 'mvn clean install -DskipTests'
  • Run test cases using 'mvn test'

UI Interface

  • Under WebSecurityConfig.java configure the user for login and assign correct role, default user configured is username: 'imanage' and password: 'imanage'
  • Login to the application on http://127.0.0.1:8080

Docker Image

  • Create docker image using 'docker build -t imanage/web-stack .'
  • Run docker image using 'docker run --publish 8080:8080 imanage/web-stack'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published