Wroclaw
eebf25198d
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
19 lines
754 B
Markdown
19 lines
754 B
Markdown
# 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](https://www.prisma.io/docs/concepts/database-connectors/mysql#connection-url) |
|
|
|
|
After setting variables, you can run the project using `npx nuxi dev` or `npx nuxi preview`.
|