setup db mariadb and postgres for strapi and next

This commit is contained in:
Schneider Roland
2025-01-07 17:22:14 +01:00
parent bed409f77c
commit a8b144f554
13 changed files with 1088 additions and 28 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"dev": "next dev --turbopack -p 4081",
"build": "next build",
"start": "next start",
"lint": "next lint"
@@ -11,9 +11,13 @@
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@types/aos": "^3.0.7",
"@types/bcrypt": "^5.0.2",
"aos": "^2.3.4",
"bcrypt": "^5.1.1",
"bootstrap": "^4.6.2",
"dotenv": "^16.4.7",
"next": "15.1.3",
"pg": "^8.13.1",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},