Skip to content

senntou/oshi-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

構成

frontend

  • 主アプリのフロントエンド
  • Next.js
  • Tailwind CSS

backend

  • 主アプリのバックエンド
  • Go
  • Echo
  • PostgreSQL

admin

  • 管理者用Webサイトのフロント・バックエンド
  • Typescript
  • Node.js
  • Express
  • ejs

導入

  • Goのインストール
  • Nodeのインストール
  • npm install

起動

コンテナ立ち上げ

make compose/up
make migrate    // なくても良い
make seed       // なくても良い

実行

make run/backend
make run/frontend
make run/admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published