A simple micro-service written using Golang.
- A MVC pattern micro-service written using Golang to connect to a MySQL database and fetch/add data to it.
- Uses a sample twitter database structure with table instances for users, tweets, and followers seperately.
- Authentication
- Possible conversion from REST to GraphQL for better querying