Skip to content

Auth microservice using Spring Boot, Spring Security, RDS Postgres, Docker, Kubernetes, JUnit.

License

Notifications You must be signed in to change notification settings

Messaging-Application/auth-service

Repository files navigation

Auth Service

This repository contains the auth microservice codebase, responsible for:

  • login
  • logout
  • register

Run

# Choose the desired profile: prod, dev, or local
export SPRING_PROFILES_ACTIVE=prod 

# Clean the project
mvn clean

# Run the application
mvn spring-boot:run

Run with Docker

docker-compose up

Run tests

mvn test

About

Auth microservice using Spring Boot, Spring Security, RDS Postgres, Docker, Kubernetes, JUnit.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •