Skip to content

Commit

Permalink
Postgresを使えるようにした。
Browse files Browse the repository at this point in the history
  • Loading branch information
eigoninaritai-naokichi committed Jan 16, 2024
1 parent a18af65 commit 8585c8a
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
FIREBASE_API_KEY=your_api_key
DATABASE_URL=your_connection_string
RUN_INFRA_TESTS=
141 changes: 140 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"express": "^4.18.2",
"isbot": "^3.6.8",
"morgan": "^1.10.0",
"pg": "^8.11.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"source-map-support": "^0.5.21"
Expand Down

0 comments on commit 8585c8a

Please sign in to comment.