Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

Commit f3ce06a

Browse files
committed
docs(readme): added docker development db and prisma setup to readme
1 parent 6662095 commit f3ce06a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,18 @@ Then install packages:
4747
npm install
4848
```
4949

50+
If you want to use it there is a development database ready with Docker compose:
51+
```sh
52+
docker-compose up -d
53+
```
54+
55+
Then you need to run the prisma `generate` command:
56+
```sh
57+
# Navigate to the api app directory
58+
cd apps/api
59+
npx prisma generate
60+
```
61+
5062
### Development
5163
To run the project for development use:
5264
```sh

0 commit comments

Comments
 (0)