This project is a web application that integrates with Sunbase's API to perform various operations related to customer management. It includes functionalities like authentication, creating, updating, deleting, and listing customers.
Before you begin, ensure you have met the following requirements:
- Java
- Spring Boot
- Node.js and npm
- Your favorite IDE (e.g., IntelliJ, Eclipse)
- Postman or any API testing tool
-
Clone the repository:
git clone https://github.com/your-username/sunbase-assignment.git cd sunbase-assignment
-
Build and run the Spring Boot applicationy:
./mvnw spring-boot:run
3.Frontend start frontend using this netlify link https://6559db060306dc171494a914--clinquant-kelpie-f4ef87.netlify.app/
- Authentication
- Create a New Customer
- Get Customer List
- Delete a Customer
- Update customer
Contributing Contributions are welcome! If you'd like to contribute..