Skip to content

Commit

Permalink
feat: add category, partner and discount collections, with uploads of…
Browse files Browse the repository at this point in the history
… images and default seeding
  • Loading branch information
HoreKk committed Jan 8, 2024
1 parent 0092ba3 commit 55145d6
Show file tree
Hide file tree
Showing 32 changed files with 2,428 additions and 24,345 deletions.
3 changes: 2 additions & 1 deletion webapp/.env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
DATABASE_URL=postgres://user:password@localhost:5432/dbname
PAYLOAD_SECRET=SOME_SECRET
PAYLOAD_CONFIG_PATH=payload/payload.config.ts
PAYLOAD_CONFIG_PATH=payload/payload.config.ts
JWT_NAME=cje-jwt
4 changes: 4 additions & 0 deletions webapp/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/.pnp
.pnp.js


# testing
/coverage

Expand Down Expand Up @@ -34,3 +35,6 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

# media payload
public/payload/media/*
Loading

0 comments on commit 55145d6

Please sign in to comment.