/user-management-service

A user management API service with spring boot 3

Primary LanguageJava

User Management Service

what does it do?

This service manages authentication and profile management of users. Users can see other users in the system and also view their details. Operations like profile update and account deletion are also supported.

what's the purpose?

Well, nothing serious, this is a pet project to flex my springboot skills.

How to install?

  • Make sure you have Java 17 installed on your laptop.
  • Install mysql on port 3306
  • Clone repository to your system.
  • IntelliJ is recommended
  • Install pom dependencies
  • Run flyway migration ( this will create the required schemas, table, and stored procedures)
  • Run the app

Other things to note?