- I developed this REST API for Task Planner Application. This API performs all the fundamental CRUD operations on task planning.
- Java
- Spring Framework
- Spring Boot
- Spring Data JPA
- Hibernate
- MySQL
- Swagger
- Sprint Module
- User Module
- Task Module
- User(Manager/Employee) can able to create sprint.
- Create multiple tasks inside Sprint.
- Associate/Dissociate task to employee.
- Update Sprint/Task.
- Delete Sprint/Task.
#Changing server port
server.port=8080
#Spring datasource properties
spring.datasource.url=jdbc:mysql://localhost:3306/taskplanner
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.username=root
spring.datasource.password=root
#ORM specific properties
spring.jpa.show-sql=true
spring.jpa.hibernate.ddl-auto=update
https://localhost:8080/
http://localhost:8080/swagger-ui/index.html