Skip to content

kimyt511/forAll

Repository files navigation

ForAll

Welcome to the repository of For All's project

Installation and Usage

  1. Clone the Project: Use Git to clone the project repository to your local machine.

    git clone <project git url>
  2. Navigate to the Project Directory: Change to the project's root directory.

    cd forAll
  3. Configure Application Settings: Place the application.yml file in the src/main/resources directory. You should check 1. port number 2. username 3. password

  4. Start the Application: Use the Gradle wrapper to run the application. For Windows, use gradlew.bat instead of ./gradlew.

    ./gradlew bootRun
  5. Access the Web Interface: Open your browser and visit http://localhost:8080/ to view the application.

Branch and Commit Rule

  1. 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.

    Example:

    feature/customer-input
    
  2. Commit Message Convention:

    Commit Message Format:

    [Date Author] Commit Message
    

    Example:

    [12.30 승범] 고객 정보입력 모델 구현
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •