dbディレクトリにて
docker-compose up -dプロジェクトのルートディレクトリにて
go run cmd/main.go| name | type | description |
|---|---|---|
| id | int | primary key |
| title | string | |
| author | string | questioner's name |
| content | string | question body |
| name | type | description |
|---|---|---|
| id | int | primary key |
| name | string | user's name |
| string | mail address | |
| description | string | presentation |
| stacks | []Stack | question boxes |
| name | type | description |
|---|---|---|
| id | string | primary key |
| owner | Owner | |
| name | string | |
| questions | []Question |
もしこれをサーバーにあげる場合jwtのkeyを複雑で誰にもわからない内緒な文字列に変更してください