/metro-simulation

A metro simulation backend written in GoLang

Primary LanguageGo

Metro simulation

GoDocBuild Status

Metro simulation in Go for data analytics problem.

Get started

Dependencies

  • Install Go
  • Install MySQL

Start command

Before starting running the application, you will need to run through ddl defined as schema.sql.

Please create a database called metro for starting point and run the create table script like below:

mysql -u root metro < schema.sql

This repo uses the Makerfile to group commands. To get started, run make run