Skip to content

ayahiro1729/onpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

onpu

環境構築

make build make up

cd frontend npm install

cd backend go mod download

マイグレーション

cd backend

マイグレーションファイルの作成

migrate create -ext sql -dir db/migrations -seq create_users_table

マイグレーションの実行

export DATABASE_URL=postgres://user:password@localhost:5432/onpu?sslmode=disable migrate -path db/migrations -database "$DATABASE_URL" up

postgresqlコンテナに接続

docker exec db bash psql -U user -d onpu

frontend

lint実行

cd frontend npm run lint

backend

lint実行

cd backend golangci-lint run --fix

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •