forked from Wroclaw/WorkshopTasker
Zaktualizuj 'README.md'
This commit is contained in:
parent
13254bb241
commit
0705ed9018
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# 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*
|
||||
|
||||
|
@ -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`
|
||||
|
||||
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 |
|
||||
|----------------------|-------------------|
|
||||
|
@ -20,4 +20,4 @@ Project uses Oracle MySQL as a database store. It uses environment variables for
|
|||
| `DB_PASSWORD` | Database password |
|
||||
| `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`.
|
||||
|
|
Loading…
Reference in a new issue