Radios-Electronics is a backend application for managing an electronics store, including inventory, sales, and customer management.
- Inventory management (CRUD)
- Sales tracking
- Customer database
- Secure authentication
- RESTful API + (SWAGGER UI)
- Java 23
- Spring Boot
- PostgreSQL
- Java 23+
- Maven 3.8+
- PostgreSQL
-
Clone the repository: git clone https://github.com/Abdumalik-Java/Radios-Electronics.git cd Radios-Electronics
-
Configure your database in
application.properties
. -
Build and run: mvn clean install mvn spring-boot:run