An open API service indexing awesome lists of open source software.

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

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]
```