Skip to content

QuangDuong2903/SE114-final-project-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work Management App

This is backend for final project of Mobile Application course, you can get the client side here.

Getting Started

Clone this repository

Run the container
docker compose up -d

Once the project is running, you can access the endpoints using a web browser or REST client. The default endpoint is http://localhost:8081/api

You can access http://localhost:8081/api/swagger-ui/index.html for API documentation

Or live demo http://13.250.6.126/api/greeting

Built With

  • JDK 17
  • MySql 8.0.31
  • Maven 3.6.0
  • Spring Boot 3.0.4
  • Spring Data JPA
  • Spring Security
  • Spring Websocket

Features

  • Validation data with spring validation
  • Exception handler
  • Authenticate api with jwt
  • API documentation with Swagger
  • Manage personal or team tasks
  • Flexible task column
  • Visualize data with chart
  • Realtime chat
  • Realtime notification

About

Final project for Mobile Application course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published