Skip to content

AShivan26/Cash-Card-Management

Repository files navigation

Family CashCard System

Here goes the title

cashcard

Description

CashCard Service

#JAVA #SPRING

Maintained by [email protected] [Aniruddha Shivananda]

This project provides the backend service necessary for the cashcard API.

Java Version

Default Java Version - 22.

1.I have taken TDD(Test Driven Development) approach on development of the project this is mainly because by asserting expected behavior before implementing the desired functionality, we’re designing the system based on what we want it to do, rather than what the system already does.

REST

HTTP Method API Endpoint Response Status
POST /cashcards 201 (CREATED)
GET /cashcards/{id} 200 (OK)
PUT /cashcards/{id} 204 (NO CONTENT)
DELETE /cashcards/{id} 204 (NO CONTENT)
                                                                                                                                              |

Who do I talk to?

Aniruddha Shivananda: [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published