This project has Backend base on Spring Boot and Frontend base on React Js
In the project, select spring-boot-backend directory
- Create database in mysql with name
btl_ltw - Config
datasourceinapplication.yml:- Change
username - Change
password
- Change
- Run
SpringBootBackendApplication
See all api at: http://localhost:8080/swagger-ui.html#/
In the project, select react-fontenddirectory
npm installnpm start