Skip to content
/ basics Public

This backend project should work as a general user registration and login handler. A registration and login for users is needed in most projects, so this can help fulfilling this task

Notifications You must be signed in to change notification settings

joergi/basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BASICS - REGISTRY / LOGIN

Lines of Code Bugs Code Smells Coverage Duplicated Lines (%)

this project should work as a general user registration and login handler (Backend)

A registration and login for users is needed in most projects, so this can help fulfilling this task.

Sentry

Errors are here: https://sentry.io/organizations/joergi/issues/?project=5418174

Sonar Test

To see the code quality, you can use Sonarqube, but you need Docker installed.

Run docker locally: docker run -d --name sonarqube -p 9000:9000 sonarqube

After Sonarqube is started probably, you will reach it under the url: http://localhost:9000/ now, run maven against Sonarqube: mvn clean test sonar:sonar -Dsonar.host.url=http://localhost:9000/

About

This backend project should work as a general user registration and login handler. A registration and login for users is needed in most projects, so this can help fulfilling this task

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages