Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 496 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 496 Bytes

gotodo-server

An example of how to write an web server in Go

Tech stack

  • Go as a primary language
  • net/http for web server
  • database/sql and mysql driver for database operation
  • logrus for structured log
  • chi for routing

Specification

This project is for demonstration so the specs is defined to be simple enough, check out specs for the details.