Skip to content

update V2 , add binary file for save data

Notifications You must be signed in to change notification settings

mohamadhoseinraad/Game-Store-V3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version 2

Version 1

Fariborz Game Store V3

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