Rest API to Record Expenses
- Spring Boot 3.1
- Java 17
- MySql
- Data JPA
- JsonWebToken (JWT)
- Lombok
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
[!WARNING] all api must be authenticated (except login and register) with authorization:Bearer token
Module | README |
---|---|
User | [USERREADME.md][PlDb] |
Expense | [EXPENSEREADME.md][PlDb] |
If you have any questions, suggestions or feedback regarding this project, please feel free to contact mee:
telegram : @geetoor
share if this is helpful