Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shanesatterfield/nba-cli
CECS 323 Final JDBC Project Command Line Interface
https://github.com/shanesatterfield/nba-cli
Last synced: 15 days ago
JSON representation
CECS 323 Final JDBC Project Command Line Interface
- Host: GitHub
- URL: https://github.com/shanesatterfield/nba-cli
- Owner: shanesatterfield
- Created: 2014-12-06T01:53:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-06T05:06:24.000Z (about 10 years ago)
- Last Synced: 2024-11-07T22:43:53.930Z (2 months ago)
- Language: Java
- Size: 992 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
nba-cli
=======CECS 323 Final JDBC Project Command Line Interface
Running
=======
To run on Unix systems, use the provided Makefile by running the following command:
```
make
```
To run on Windows systems, run the provided runner.bat file with the following command in the command prompt:
```
runner.bat
```