Zaktualizuj 'README.md'

This commit is contained in:
Zikaru 2023-06-11 20:06:31 +02:00
parent 13254bb241
commit 0705ed9018

View file

@ -1,6 +1,6 @@
# WorkshopTasker # WorkshopTasker
Allows for managing order tasks and inported products for a small work shop. Allows for managing order tasks and imported products for a small workshop.
*A college database project* *A college database project*
@ -10,7 +10,7 @@ The project was tested with the nodejs version v18.16.0. It may not work with ne
Dev dependencies are required. `npm install -D` Dev dependencies are required. `npm install -D`
Project uses Oracle MySQL as a database store. It uses environment variables for the connection settigns. All provided variables below are required. 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 | | Environment variable | Description |
|----------------------|-------------------| |----------------------|-------------------|
@ -20,4 +20,4 @@ Project uses Oracle MySQL as a database store. It uses environment variables for
| `DB_PASSWORD` | Database password | | `DB_PASSWORD` | Database password |
| `DB_SCHEMA` | Database schema | | `DB_SCHEMA` | Database schema |
After setting variables, you can run the project using `npx nuxi dev` or `npx nuxi preview` After setting variables, you can run the project using `npx nuxi dev` or `npx nuxi preview`.