Skip to content

Enables admin users to manage other users of TIS

Notifications You must be signed in to change notification settings

Health-Education-England/TIS-USERMANAGEMENT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#TIS-USERMANAGEMENT

A webapp for managing users of TIS Admin products.

Tech

It is a classic WebMVC app, using Hibernate Object Mapping, Controller and server decorated UI. This has meant it doesn't expose a REST API like most other services.

It is built using:

  • Java (8)
  • Spring Boot
  • Maven
  • Junit (4)
  • Thymeleaf

Running locally

  1. Use Spring Boot Plugin for Maven:
    mvn spring-boot:run
  2. Use the docker container from the latest build on Prod
    docker pull ${DOCKER_REPO}:latest
    docker run 

About

Enables admin users to manage other users of TIS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published