سامانه Courses

Documentation

در این پروژه از شما می خواهیم هر آنچه در برنامه از طرف ادمین ها یا کاربران به برنامه اضافه می شود ذخیره شود.

  • clone in your computer:
    git clone your_repo_url
    cd your_repo_dir
    
  • run tests from terminal:
    mvn clean test
    
  • push changes to the repository:
    git add . 
    git commit -m "commit message"
    git push