This is the backend service for the Shopify project, built using Spring Boot to handle business logic, API endpoints, and database operations.
The backend integrates with the frontend (built in Angular) to provide a seamless e-commerce experience.
- User authentication & authorization
- Product management (CRUD operations)
- Order management
- Cart functionality
- API integration with the frontend
- Secure communication using JWT
``bash Shopify-Backend/ โโโ src/main/java/... # Java backend code โโโ src/main/resources/ # Configurations (application.properties, etc.) โโโ pom.xml # Maven dependencies
- Backend: Spring Boot, Java, Maven
- Database: MySQL (or your choice)
- Security: Spring Security, JWT
- Frontend: Angular (linked above)
- Clone the repository
git clone https://github.com/rutujaaa13/Shopify-Backend.git