Skip to content

Commit 1b5c592

Browse files
committed
Fix the git settings causing the unrevisions
1 parent 21e7b16 commit 1b5c592

File tree

24 files changed

+2219
-2387
lines changed

24 files changed

+2219
-2387
lines changed

backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@nestjs/core": "^10.0.0",
3232
"@nestjs/mapped-types": "*",
3333
"@nestjs/platform-express": "^10.0.0",
34-
"@prisma/client": "5.7.1",
34+
"@prisma/client": "5.19.1",
3535
"reflect-metadata": "^0.1.13",
3636
"rxjs": "^7.8.1"
3737
},
@@ -50,7 +50,7 @@
5050
"eslint-plugin-prettier": "^5.0.0",
5151
"jest": "^29.5.0",
5252
"prettier": "^3.0.0",
53-
"prisma": "^5.7.1",
53+
"prisma": "^5.19.1",
5454
"source-map-support": "^0.5.21",
5555
"supertest": "^6.3.3",
5656
"ts-jest": "^29.1.0",

backend/pnpm-lock.yaml

Lines changed: 99 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/.dockerignore

Lines changed: 0 additions & 11 deletions
This file was deleted.

frontend/.husky/pre-commit

Lines changed: 0 additions & 4 deletions
This file was deleted.

frontend/.huskyrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

frontend/Dockerfile

Lines changed: 0 additions & 42 deletions
This file was deleted.

frontend/README.md

Lines changed: 0 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -2,75 +2,6 @@
22

33
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
44

5-
6-
### Features
7-
8-
-[React.js](https://react.dev/)
9-
-[Material-UI](https://mui.com/)
10-
- 🔥 Type checking [TypeScript](https://www.typescriptlang.org)
11-
- 💎 Integrate with [Tailwind CSS](https://tailwindcss.com)
12-
- ✅ Strict Mode for TypeScript and React 18
13-
- 📏 Linter with [ESLint](https://eslint.org) (default NextJS, NextJS Core Web Vitals, Tailwind CSS and Airbnb configuration)
14-
- 💖 Code Formatter with [Prettier](https://prettier.io)
15-
- 🦊 Husky for Git Hooks
16-
- 🚫 Lint-staged for running linters on Git staged files
17-
- 🗂 VSCode configuration: Debug, Settings, Tasks and extension for PostCSS, ESLint, Prettier, TypeScript, Jest
18-
19-
### Requirements
20-
21-
- Node.js 16+ and pnpm
22-
23-
### Getting started
24-
25-
Run the following command on your local environment:
26-
27-
```shell
28-
git clone --depth=1 https://github.com/sonht113/react-boilerplate-for-starter.git
29-
cd my-project-name
30-
pnpm install
31-
```
32-
33-
Then, you can run locally in development mode with live reload:
34-
35-
```shell
36-
pnpm run dev
37-
```
38-
39-
Open http://localhost:5173 with your favorite browser to see your project.
40-
41-
```shell
42-
.
43-
├── README.md # README file
44-
├── .github # GitHub folder
45-
├── .husky # Husky configuration
46-
├── public # Public assets folder
47-
├── src
48-
│ ├── apis # Common apis folder
49-
│ ├── components # Component folder
50-
│ ├── configs # Config and constants
51-
│ └── api # api and services hooks
52-
│ ├── hooks # Hooks customs folder
53-
│ ├── layouts # Layout Pages
54-
│ └── pages # React JS Pages
55-
│ ├── providers # Provider folder
56-
│ └── routes # Routes folder
57-
│ ├── helpers # Shared types and utils functions
58-
│ ├── @types # typescript defintions
59-
├── tailwind.config.js # Tailwind CSS configuration
60-
└── tsconfig.json # TypeScript configuration
61-
```
62-
63-
### Customization
64-
65-
- `src/index.css`: your CSS file using Tailwind CSS
66-
- `src/main.tsx`: default theme
67-
68-
You have access to the whole code source if you need further customization. The provided code is only example for you to start your project. The sky is the limit 🚀.
69-
70-
71-
---
72-
73-
745
Currently, two official plugins are available:
756

767
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh

frontend/nginx/nginx.conf

Lines changed: 0 additions & 43 deletions
This file was deleted.

frontend/package.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
"build": "tsc && vite build",
1111
"lint": "eslint . --ext js,ts,tsx",
1212
"format": "prettier --write **/*.{js,ts,tsx} && eslint . --ext js,ts,tsx --fix",
13-
"preview": "vite preview",
14-
"postinstall": "bash postinstall.sh",
15-
"prepare": "husky install"
13+
"preview": "vite preview"
1614
},
1715
"dependencies": {
1816
"@emotion/babel-plugin": "^11.11.0",
@@ -23,6 +21,7 @@
2321
"@mui/icons-material": "^5.14.18",
2422
"@mui/material": "^5.14.17",
2523
"@tanstack/react-query": "^4.35.3",
24+
"@tanstack/react-router": "^1.58.3",
2625
"@types/styled-components": "^5.1.27",
2726
"axios": "1.6.0",
2827
"class-variance-authority": "^0.7.0",
@@ -36,7 +35,6 @@
3635
"react-hook-form": "^7.47.0",
3736
"react-hot-toast": "^2.4.1",
3837
"react-icons": "^4.11.0",
39-
"react-router-dom": "^6.16.0",
4038
"styled-components": "^5.3.11",
4139
"tailwind-merge": "^1.14.0",
4240
"tailwindcss-animate": "^1.0.7",
@@ -64,7 +62,6 @@
6462
"eslint-plugin-simple-import-sort": "^10.0.0",
6563
"eslint-plugin-testing-library": "^6.0.1",
6664
"globals": "^15.9.0",
67-
"husky": "^8.0.3",
6865
"lint-staged": "^14.0.1",
6966
"postcss": "^8.4.30",
7067
"prettier": "^3.0.3",
@@ -73,11 +70,6 @@
7370
"typescript-eslint": "^8.5.0",
7471
"vite": "^5.4.5"
7572
},
76-
"husky": {
77-
"hooks": {
78-
"pre-commint": "lint-staged"
79-
}
80-
},
8173
"lint-staged": {
8274
"src/**/*": [
8375
"eslint --ext ./src --fix"

0 commit comments

Comments
 (0)