Skip to content

4520start/webapp_practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyApp Sample (Next.js + Go + Postgres)

構成

  • frontend: Next.js (simple) - ports: 3000
  • backend: Go (Echo + GORM) - ports: 8080
  • db: Postgres - ports: 5432

ローカル起動(Dockerがある場合)

  1. docker-compose build
  2. docker-compose up

Notes

  • Backend depends on golang modules: echo, gorm, postgres driver. Add these to backend/go.mod or run go get locally if building outside Docker.
  • Frontend uses Next.js; npm install will install dependencies in container.

About

next.js,go,postgreSQLを用いた構築練習

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published