Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.53 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.53 KB

Back-end documentation

Technologies

  1. MySQL
  2. Spring Boot 3
  3. Other Spring Ecosystems

Requirements

  1. Java 17+
  2. Docker Desktop

Resources

  1. MySQL Scripts
  2. Database Design
  3. Spring Security Architecture

Documentation

  1. Docs folder
  2. Connect to database
  3. APIs
  4. Role & Permission
  5. Deployment

Notice:

  • To initiate the backend properly, please open this project in the backend/ folder not the root e-commerce/ folder.
  • To run the project locally, please refer to Connect to database for more details and remember to change spring.profiles.active in application.yml from prod to dev (default value is prod).
  • To deploy the project, please refer to Deployment for more details and remember to change spring.profiles.active in application.yml from dev to prod.