djpanda

Results 5 comments of djpanda

Step 8: $ npm run build-client > [email protected] build-client > cd client && npm run build > [email protected] build > react-scripts build Creating an optimized production build... Browserslist: caniuse-lite is...

THe only files i altered are the ones in the docs. "client and server folder and fill in the values in the .env file" "server/prisma/schema.prisma file and replace postgresql" was...

Server/.env # Optional: Port to run backend server on PORT=4000 # Format Detailshttps://www.prisma.io/docs/reference/database-reference/connection-urls DATABASE_URL="mysql://pschkodrt:z10zq3CLD%8g07RFvaYFU8cYX6s9z%96@localhost:3306/shortpckd?schema=public&pool_timeout=0" # Format: 16 digit alphanumric code IPREGISTRY_API_KEY="bafluzh969ph3ky9" # eg: hm1y2wq1pzck JWT_SECRET="zH9aKb!d2VO!" # Optional: If you are...

client/.env unchanged

$ sudo git restore . $ npm run build-client > [email protected] build-client > cd client && npm run build > [email protected] build > react-scripts build Creating an optimized production build......