No description
Find a file
Wroclaw eebf25198d Replace mysql2 with prisma
also I updated packages,
and properly typed api input
a lot of time was spent, I don't remeber what really I did x3
but everything was related to replacing mysql2 with prisma
2023-11-08 05:36:12 +01:00
.vscode Initial commit 2023-05-11 06:03:22 +02:00
components Replace mysql2 with prisma 2023-11-08 05:36:12 +01:00
layouts Initial commit 2023-05-11 06:03:22 +02:00
middleware Add database initialization 2023-06-14 13:00:19 +02:00
pages Replace mysql2 with prisma 2023-11-08 05:36:12 +01:00
plugins Initial commit 2023-05-11 06:03:22 +02:00
public Initial commit 2023-05-11 06:03:22 +02:00
server Replace mysql2 with prisma 2023-11-08 05:36:12 +01:00
utils Replace mysql2 with prisma 2023-11-08 05:36:12 +01:00
.eslintrc.json Initial commit 2023-05-11 06:03:22 +02:00
.gitignore Initial commit 2023-05-11 06:03:22 +02:00
.npmrc Initial commit 2023-05-11 06:03:22 +02:00
.vsls.json Initial commit 2023-05-11 06:03:22 +02:00
app.vue Initial commit 2023-05-11 06:03:22 +02:00
nuxt.config.ts Initial commit 2023-05-11 06:03:22 +02:00
package-lock.json Replace mysql2 with prisma 2023-11-08 05:36:12 +01:00
package.json Replace mysql2 with prisma 2023-11-08 05:36:12 +01:00
README.md Replace mysql2 with prisma 2023-11-08 05:36:12 +01:00
schema.prisma Replace mysql2 with prisma 2023-11-08 05:36:12 +01:00
tsconfig.json Initial commit 2023-05-11 06:03:22 +02:00

WorkshopTasker

Allows for managing order tasks and imported products for a small workshop.

A college database project

Running

The project was tested with the nodejs version v18.16.0. It may not work with newer versions of nodejs.

Dev dependencies are required. npm install -D

Project uses Oracle MySQL as a database store. It uses environment variables for the connection settings. All provided variables below are required.

Environment variable Description
DB_URL Database url, see this

After setting variables, you can run the project using npx nuxi dev or npx nuxi preview.