Initial commit
parents
Showing
.gitignore
0 → 100644
client/.eslintrc.cjs
0 → 100644
client/.gitignore
0 → 100644
client/.prettierignore
0 → 100644
client/.prettierrc.cjs
0 → 100644
client/README.md
0 → 100644
client/index.html
0 → 100644
client/package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
client/package.json
0 → 100644
client/public/vite.svg
0 → 100644
client/src/App.css
0 → 100644
client/src/App.tsx
0 → 100644
13.5 KB
client/src/assets/react.svg
0 → 100644
client/src/hooks/auth.tsx
0 → 100644
client/src/index.css
0 → 100644
client/src/main.tsx
0 → 100644
client/src/store/hook.ts
0 → 100644
client/src/store/index.ts
0 → 100644
client/src/vite-env.d.ts
0 → 100644
client/tsconfig.json
0 → 100644
client/tsconfig.node.json
0 → 100644
client/vite.config.ts
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
{ | |||
"name": "webinar_42", | |||
"version": "1.0.0", | |||
"description": "", | |||
"main": "index.js", | |||
"scripts": { | |||
"test": "echo \"Error: no test specified\" && exit 1", | |||
"dev": "npm i & ultra -r npm i & ultra -r dev", | |||
"install": "ultra -r npm i", | |||
"check": "npm-check -uE" | |||
}, | |||
"author": "", | |||
"license": "ISC", | |||
"devDependencies": { | |||
"@typescript-eslint/eslint-plugin": "^6.20.0", | |||
"@typescript-eslint/parser": "^6.14.0", | |||
"eslint": "^8.55.0", | |||
"eslint-config-prettier": "^9.1.0", | |||
"eslint-plugin-prettier": "^5.1.3", | |||
"eslint-plugin-react": "^7.33.2", | |||
"eslint-plugin-react-hooks": "^4.6.0", | |||
"eslint-plugin-react-refresh": "^0.4.5", | |||
"prettier": "^3.2.5", | |||
"typescript": "5.4.5", | |||
"ultra-runner": "^3.10.5" | |||
} | |||
} |
server/.eslintrc.js
0 → 100644
server/.gitignore
0 → 100644
server/.prettierrc
0 → 100644
server/babel.config.js
0 → 100644
server/data/products.json
0 → 100644
server/fsDemo.ts
0 → 100644
server/nodemon.json
0 → 100644
server/package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
server/package.json
0 → 100644
server/public/.gitkeep
0 → 100644
File added
11.2 KB
File added
11.2 KB
server/src/app.ts
0 → 100644
server/src/config/index.ts
0 → 100644
server/src/config/mysqlDB.ts
0 → 100644
server/src/index.ts
0 → 100644
server/test.txt
0 → 100644
server/tsconfig.json
0 → 100644
tsconfig.json
0 → 100644
tsconfig.node.json
0 → 100644