Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 351 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 351 Bytes

snippetbox

This project creates a server using golang and Mysql for storing and retrieving snippets. It uses a clean architecture with separation of consern between the database logic (mysql), the aplication logic and comunication interface logic (http/https). For now is a small project used for learning purpose but who knows what it will become