https://github.com/daffpunks/software-engineering
My Institute Project
https://github.com/daffpunks/software-engineering
Last synced: over 1 year ago
JSON representation
My Institute Project
- Host: GitHub
- URL: https://github.com/daffpunks/software-engineering
- Owner: DaffPunks
- Created: 2016-09-15T11:14:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-14T03:31:47.000Z (over 9 years ago)
- Last Synced: 2025-01-16T03:51:57.213Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 3.21 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Software Engineering
### Build
```
$ ./build.sh
```
### Run
```
$ ./run.sh
```
### Test
```
$ ./test.sh
```
-
### Help
```
Allowed:
-login -pass
-login -pass -res -role
-login -pass -res -role -ds -de -val
-h,--help show help.
-login,--login Your login.
-pass,--password Your password.
-res,--resource Requested resource.
-role,--role Intention on this resource.
-val,--value Value of resource
-de,--dateend Using end date. [DD-MM-YYYY]
-ds,--datestart Using start date. [DD-MM-YYYY]
```