Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 659 Bytes

File metadata and controls

24 lines (21 loc) · 659 Bytes

Task Management App

You can create user with USER Role. can create project and task and its CRUD operation.

How to run the project

  1. clone or download the project
  2. update application.properties below line 2.1 spring.datasource.username = root 2.2 spring.datasource.password = password
  3. database, tables and some dummy will automatically created
  4. used Database MySql
  5. unable Lombok in your Ide if you need

For API Doc after successfully run the project go

Used Technology

  1. Spring Boot
  2. Spring Security with JWT
  3. Spring DATA JPA
  4. Lombok
  5. devTools
  6. MySql
  7. Specification
  8. Swagger