Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.4 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.4 KB

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