readme modified
This commit is contained in:
@@ -61,14 +61,13 @@ $ npm run dev
|
|||||||
cd backend
|
cd backend
|
||||||
npm install prisma@6.7.0
|
npm install prisma@6.7.0
|
||||||
npm i @faker-js/faker --save-dev
|
npm i @faker-js/faker --save-dev
|
||||||
*{To fill DB tables with artificial data}*
|
|
||||||
mkdir *prisma*
|
mkdir *prisma*
|
||||||
cd prisma
|
cd prisma
|
||||||
touch test.sqlite
|
touch test.sqlite
|
||||||
prisma init
|
prisma init
|
||||||
- Change credentials in *.env*
|
|
||||||
- In *schema.prisma* Create DB Models has needed.
|
|
||||||
```
|
```
|
||||||
|
>- Change credentials in *.env*
|
||||||
|
>- In *schema.prisma* Create DB Models has needed.
|
||||||
|
|
||||||
Express server
|
Express server
|
||||||
### Backend - What happens Inside
|
### Backend - What happens Inside
|
||||||
|
|||||||
Reference in New Issue
Block a user