Skip to content

Commit

Permalink
Merge branch 'main' into update-pr-template
Browse files Browse the repository at this point in the history
  • Loading branch information
js0mmer authored Dec 9, 2024
2 parents 11bd53c + fda540a commit 6d20280
Show file tree
Hide file tree
Showing 6 changed files with 654 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ git clone https://github.com/<your username>/peterportal-client

4. Run `pnpm install` to install all node dependencies for the site and API. This may take a few minutes.

5. Rename the `.env.example` file in the api directory to `.env`. This includes the minimum environment variables needed for running the backend.
5. Make a copy of the `.env.example` file in the api directory and name it `.env`. This includes the minimum environment variables needed for running the backend.

6. (Optional) Set up your own PostgreSQL database and Google OAuth to be able to test features that require signing in such as leaving reviews or saving roadmaps to your account. Add additional variables/secrets to the .env file from the previous step.

Expand Down
1 change: 1 addition & 0 deletions api/drizzle/0001_heavy_xavin.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE "review" ALTER COLUMN "updated_at" DROP DEFAULT;
Loading

0 comments on commit 6d20280

Please sign in to comment.