stvhwrd / Stock-Trading-System-HTTP-Server

📈💱 [Containerized Go server] HTTP Server for Stock Trading System project
1 stars 0 forks source link

Rewritten server #8

Closed stvhwrd closed 5 years ago

stvhwrd commented 5 years ago

After ironing out the responsibilities of this server, I rewrote it from scratch.

Currently just routes commands through to transaction server, will create feature branches for validation, logging, etc. <-- Logging and log retrieval is next priority.

Also, it is quite spaghetti 🍝 but that will be remedied in a future refactor.