-first-commit
This commit is contained in:
3
backend/@knowleadge/frontend'.txt
Normal file
3
backend/@knowleadge/frontend'.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
npx nuxi@latest init frontend # (หรือตาม template ที่เครื่องมี)
|
||||
cd frontend
|
||||
npm install vuetify vite-plugin-vuetify @mdi/font axios pinia @pinia/nuxt tailwindcss
|
||||
3
backend/@knowleadge/npm_install.txt
Normal file
3
backend/@knowleadge/npm_install.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
mkdir backend && cd backend
|
||||
npm init -y
|
||||
npm install express cors dotenv knex mysql2 jsonwebtoken bcrypt morgan multer swagger-ui-express swagger-jsdoc
|
||||
26
backend/package.json
Normal file
26
backend/package.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "backend",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"type": "commonjs",
|
||||
"dependencies": {
|
||||
"bcrypt": "^6.0.0",
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^17.2.3",
|
||||
"express": "^5.2.1",
|
||||
"jsonwebtoken": "^9.0.3",
|
||||
"knex": "^3.1.0",
|
||||
"morgan": "^1.10.1",
|
||||
"multer": "^2.0.2",
|
||||
"mysql2": "^3.15.3",
|
||||
"swagger-jsdoc": "^6.2.8",
|
||||
"swagger-ui-express": "^5.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user