Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 1.61 KB

README.md

File metadata and controls

62 lines (44 loc) · 1.61 KB

Sunbase Assignment Project

Overview

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.

Table of Contents

Prerequisites

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

Getting Started

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/sunbase-assignment.git
    cd sunbase-assignment
    
  2. 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/

Usage

  1. Authentication
  2. Create a New Customer
  3. Get Customer List
  4. Delete a Customer
  5. Update customer

Contributing Contributions are welcome! If you'd like to contribute..

login create list