This project is a web API designed for user authentication, specifically focusing on signup and login functionalities. Built using Java and Spring Boot 3, it leverages PostgreSQL as the database to store user information securely.
- Programming Language : Java
- Framework : Spring Boot 3
- Database : PostgreSQL
- Development Environment : IntelliJ IDEA
- User Signup: Allows new users to create an account.
- User Login: Authenticates users with their credentials.
- Get Users: Get all Users(by passing "*" param) Or by specific Username.
- RESTful API Design: Follows best practices for API development.
Please modify application.properties file according to your configurations.