Skip to content

geetoor-maven/expense-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EXPENSE-REST-API

Rest API to Record Expenses

Technology

  • Spring Boot 3.1
  • Java 17
  • MySql
  • Data JPA
  • JsonWebToken (JWT)
  • Lombok

Application Properties

To run this project, first of all you have to create a table db/expansetracker.sql and you will need to update the following Application Properties to your application.properties file

spring.datasource.url=jdbc:mysql://localhost:{yourport}/{tablename}

spring.datasource.username=username

spring.datasource.password=password

API Reference

[!WARNING] all api must be authenticated (except login and register) with authorization:Bearer token

Module README
User [USERREADME.md][PlDb]
Expense [EXPENSEREADME.md][PlDb]

Authors

If you have any questions, suggestions or feedback regarding this project, please feel free to contact mee: telegram : @geetoor

share if this is helpful

About

Rest API to Record Expenses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages