Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamaln7/gcm
Global City Map — Software Engineering project
https://github.com/kamaln7/gcm
Last synced: 13 days ago
JSON representation
Global City Map — Software Engineering project
- Host: GitHub
- URL: https://github.com/kamaln7/gcm
- Owner: kamaln7
- Created: 2019-04-24T20:47:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T01:19:04.000Z (over 2 years ago)
- Last Synced: 2024-10-28T11:12:29.815Z (2 months ago)
- Language: Java
- Homepage:
- Size: 9.77 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Server
java -jar G6_Server.jar --connectionString "jdbc:mysql://..."
The default port is `5000`. To use a different one, set it using `--port`.
## Database
![](/G6_SQL_Diagram.png)
SQL database dump can be found in `G6_gcm_13_june_2019_database_backup.sql`.
## Client
java -jar G6_Client.jar
Set the connection settings in the GUI once started.