No description
  • TypeScript 98.7%
  • CSS 1%
  • JavaScript 0.3%
Find a file
2026-09-06 15:28:56 +03:00
.vscode Upgrade to next16/react19 2026-07-19 15:10:06 +03:00
messages initial commit 2026-07-18 16:10:47 +03:00
public initial commit 2026-07-18 16:10:47 +03:00
src fix async fetch request 2026-09-06 15:28:56 +03:00
.env swap fetch requests from REST API to local payload API 2026-09-06 14:00:34 +03:00
.gitignore swap fetch requests from REST API to local payload API 2026-09-06 14:00:34 +03:00
components.json initial commit 2026-07-18 16:10:47 +03:00
eslint.config.mts temporary product listing 2026-09-05 17:16:41 +03:00
next.config.mjs payload 2026-07-24 04:40:26 +03:00
package-lock.json temporary product listing 2026-09-05 17:16:41 +03:00
package.json build script change 2026-09-06 14:45:23 +03:00
postcss.config.mjs tailwind v3 -> v4 upgrade 2026-08-07 19:15:59 +03:00
README.md Update README.md 2026-09-05 21:39:26 +00:00
Readme.txt change build script to do payload migration 2026-09-06 03:43:08 +03:00
tailwind.config.ts tailwind v3 -> v4 upgrade 2026-08-07 19:15:59 +03:00
tsconfig.json payload 2026-07-24 04:40:26 +03:00

Launching Project:

npm install npm run dev

Setting Up Database: I set it up inside a docker container with default postgres image Inside .env file in project root you need to change DATABASE_URL key to the local database connection string in the following formaat

DATABASE_URL: postgres://[username]:[password]@[hostNName]:[port]/[databaseName]

Payload CMS login(for data input): [webUrl]/admin