/Manaphy

Practice Golang

Primary LanguageGo

Manaphy

このレポジトリ(Manaphy)はバックエンドはGolang フロントエンドはReactで書かれています This repository is written by golang for backend and Nuxt for frontend.

業務で行ったものをアウトプットや練習として書いてあるものになります this code is going to write what I learned from my job.

そちらをご了承の上、お読みください! you can read this code on this understanding:)

Backend (バックエンド) そしてGolangも最近(2020/09~)から使い始めました! Docker化をしている

【構成】 クリーンアーキテクチャを使っています internal以下にdomain,handler,repository,usecase,interface等があります。 ここにクリーンアーキテクチャーの説明が欲しい

Frontend (フロントエンド) Reactでの説明