Welcome to the repository of For All's project
-
Clone the Project: Use Git to clone the project repository to your local machine.
git clone <project git url>
-
Navigate to the Project Directory: Change to the project's root directory.
cd forAll
-
Configure Application Settings: Place the
application.yml
file in thesrc/main/resources
directory. You should check 1. port number 2. username 3. password -
Start the Application: Use the Gradle wrapper to run the application. For Windows, use
gradlew.bat
instead of./gradlew
../gradlew bootRun
-
Access the Web Interface: Open your browser and visit
http://localhost:8080/
to view the application.
-
Branch Naming Convention: Branches in this repository should be named after the respective functions or features they are associated with. Each branch should be created before starting work on a specific function or feature.
feature/customer-input
-
Commit Message Convention:
Commit Message Format:
[Date Author] Commit Message
[12.30 승범] 고객 정보입력 모델 구현