Getting Started
Follow these steps to get started with the User Authentication Service:
Clone the Repository:bash
git clone https://github.com/tejas-2552/User_Auth_Service.git
Configure Application Properties: Update the application.properties file with your database and security configurations.
Build and Run: bash cd User_Auth_Service ./mvnw clean install ./mvnw spring-boot:run