Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (24 loc) · 1.21 KB

technology_stack.md

File metadata and controls

26 lines (24 loc) · 1.21 KB

Technology Stack

Server-side tools

The server-side is implemented using Golang. The server-side is expected to be implemented using the following technologies:

Category Technology
Web framework Echo
Database MySQL or SQLite3
SQL(DDL, Query, etc) Not use tool. Write it myself.
DB Accessor sqlc
DB migration TBD
Swagger generator echo-swagger
ER diagram tbls
Test coverage ocotcov
Static Analysis reviewdog
Test framework ginkgo
Dependency Injection wire

Infrastructure tools

Category Technology
Infrastructure as Code CloudFormation
AWS Mock localstack
AWS CLI aws-cli, awscli-local

Client-side tools

WIP