An example of how to write an web server in Go
- Go as a primary language
net/http
for web serverdatabase/sql
and mysql driver for database operation- logrus for structured log
- chi for routing
This project is for demonstration so the specs is defined to be simple enough, check out specs for the details.