Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.